1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-09-15 04:28:08 -04:00

ci: New Travis system for linux and macOS builds and installs

This commit is contained in:
Emil Engler 2020-01-11 20:55:17 +01:00
parent af170fcb5c
commit d8db1083f8
No known key found for this signature in database
GPG Key ID: 2F6D4145C55FC7C7

View File

@ -1,6 +1,19 @@
language: c
group: travis_latest
dist: bionic
language: c
git:
depth: false
quiet: true
os:
- linux
- osx
compiler:
- gcc
- clang
- gcc
script:
- make
- sudo make install