mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
Adapt travis for the new build system
This commit is contained in:
parent
44e50e2dab
commit
9573940c7c
@ -23,7 +23,8 @@ addons:
|
||||
- debhelper
|
||||
|
||||
script:
|
||||
- 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
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then make deb ; fi
|
||||
- .travis/test.sh
|
||||
|
Loading…
Reference in New Issue
Block a user