1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00
gophernicus/.travis.yml
2020-04-21 10:23:45 +10:00

30 lines
356 B
YAML

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