From 0015315c4842bd7e5bc8b69418fa1758c13d78a0 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 14 Aug 2017 08:29:40 -0400 Subject: travis test --- .travis.yml | 4 ++-- Makefile.in | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 454a8ad4e..da1bf32e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ dist: trusty sudo: true script: - - sudo apt-get -y install expect - - ( cd firejail ; ./configure --prefix=/usr && make && sudo make install && make test ) + - sudo apt-get -y install expect csh zsh + - ( cd firejail ; ./configure --prefix=/usr && make && sudo make install && make test-travis ) - ( cd firejail ; sudo make install-strip DESTDIR=$(readlink -f appdir) ) - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . ) - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 diff --git a/Makefile.in b/Makefile.in index d9d7bcd37..af30d860e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -270,6 +270,9 @@ test-fcopy: test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments echo "TEST COMPLETE" +test-travis: test-profiles test-fcopy test-fs test-utils test-environment test-filters test-arguments + echo "TEST COMPLETE" + ########################################## # Individual tests, some of them require root access # The tests are very intrussive, by the time you are done -- cgit v1.2.3-70-g09d2