aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-11-06 10:25:33 -0500
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-11-06 10:25:33 -0500
commit51eac3c17d26a5065b2eda29cadc6ceba30831a3 (patch)
treef9f7ad13dcea382ba59e6ae1c8a2d3da6d5e4b82
parentmainline merge: fix --bandwidth command (diff)
downloadfirejail-51eac3c17d26a5065b2eda29cadc6ceba30831a3.tar.gz
firejail-51eac3c17d26a5065b2eda29cadc6ceba30831a3.tar.zst
firejail-51eac3c17d26a5065b2eda29cadc6ceba30831a3.zip
mainline merge: removed transfer.sh support from travis build
-rw-r--r--.travis.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 448ba2a84..08ab2b61c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,13 +4,9 @@ sudo: true
4 4
5script: 5script:
6 - sudo apt-get -y install expect csh xzdec lintian fakeroot 6 - sudo apt-get -y install expect csh xzdec lintian fakeroot
7 # Build Debian package
8 - ( ./configure --prefix=/usr && make deb && sudo dpkg -i firejail*.deb )
9 # Remove Debian package
10 - ( sudo dpkg -P firejail )
11 - ( ./configure --prefix=/usr && make && sudo make install && make test-travis ) 7 - ( ./configure --prefix=/usr && make && sudo make install && make test-travis )
12 - ( sudo make install-strip DESTDIR=$(readlink -f appdir) ) 8 - ( sudo make install-strip DESTDIR=$(readlink -f appdir) )
13 # If successful, build release tarball 9# # If successful, build release tarball
14 - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . ) 10# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . )
15 - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 11# - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2
16 - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead 12# - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead