mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
travis ci: add enable-fatal-warnings
This commit is contained in:
parent
008bc7fedc
commit
7b3d9e9a35
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ sudo: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo apt-get -y install expect csh xzdec lintian fakeroot
|
- sudo apt-get -y install expect csh xzdec lintian fakeroot
|
||||||
- ( ./configure --prefix=/usr && make && sudo make install && make test-travis )
|
- ( ./configure --enable-fatal-warnings --prefix=/usr && make && sudo make install && make test-travis )
|
||||||
- ( sudo make install-strip DESTDIR=$(readlink -f appdir) )
|
- ( sudo make install-strip DESTDIR=$(readlink -f appdir) )
|
||||||
# # If successful, build release tarball
|
# # If successful, build release tarball
|
||||||
# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . )
|
# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue