1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-14 03:04:16 -04:00
gophernicus/.travis.yml

21 lines
195 B
YAML
Raw Normal View History

language: c
group: travis_latest
2020-01-03 18:23:42 -05:00
dist: bionic
git:
depth: false
quiet: true
os:
- linux
- osx
2020-01-03 18:23:42 -05:00
compiler:
- clang
- gcc
script:
- make
- sudo make install
- .travis/test.sh