mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
removed transfer.sh support from travis build
This commit is contained in:
parent
fe1b27aa7f
commit
35b7851dec
1 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ script:
|
|||
- sudo apt-get -y install expect csh xzdec lintian fakeroot
|
||||
- ( ./configure --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 . )
|
||||
- curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2
|
||||
- # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead
|
||||
# # If successful, build release tarball
|
||||
# - ( 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
|
||||
# - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue