1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00
gophernicus/.travis.yml

30 lines
354 B
YAML
Raw Normal View History

language: c
group: travis_latest
2020-01-03 23:23:42 +00:00
dist: bionic
git:
depth: false
quiet: true
os:
- linux
- osx
2020-04-23 19:18:04 +00:00
2020-01-03 23:23:42 +00:00
compiler:
- clang
- gcc
addons:
apt:
packages:
- build-essential
- fakeroot
- libwrap0-dev
2020-04-21 00:23:45 +00:00
- debhelper
script:
- make
- sudo make install
2020-04-19 22:09:13 +00:00
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then make deb ; fi
- .travis/test.sh