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