travis ci: add enable-fatal-warnings

This commit is contained in:
smitsohu 2019-07-18 01:41:33 +02:00 committed by GitHub
parent 008bc7fedc
commit 7b3d9e9a35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ sudo: true
script:
- 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) )
# # If successful, build release tarball
# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . )