1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-07 02:54:18 -04:00
gophernicus/.travis.yml
2020-04-20 08:09:13 +10:00

22 lines
254 B
YAML

language: c
group: travis_latest
dist: bionic
git:
depth: false
quiet: true
os:
- linux
- osx
compiler:
- clang
- gcc
script:
- make
- sudo make install
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then make deb ; fi
- .travis/test.sh