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

31 lines
498 B
YAML
Raw Permalink 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-04-23 15:18:04 -04:00
2020-01-03 18:23:42 -05:00
compiler:
- clang
- gcc
addons:
apt:
packages:
- build-essential
- fakeroot
- libwrap0-dev
2020-04-20 20:23:45 -04:00
- debhelper
script:
2020-12-26 17:07:23 -05:00
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./configure --listener=systemd,inetd,xinetd --hostname=travis; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ./configure --listener=mac --hostname=travis; fi
- make
- sudo make install
- .travis/test.sh