mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
mainline merge: removed transfer.sh support from travis build
This commit is contained in:
parent
ecc72f4b71
commit
51eac3c17d
1 changed files with 4 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -4,13 +4,9 @@ sudo: true
|
|||
|
||||
script:
|
||||
- sudo apt-get -y install expect csh xzdec lintian fakeroot
|
||||
# Build Debian package
|
||||
- ( ./configure --prefix=/usr && make deb && sudo dpkg -i firejail*.deb )
|
||||
# Remove Debian package
|
||||
- ( sudo dpkg -P firejail )
|
||||
- ( ./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