Skip to content

Commit

Permalink
travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Aug 14, 2017
1 parent 48b82ba commit 0015315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0015315

Please sign in to comment.