mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
ci: drop Travis CI because of their new pricing model
Meanwhile most tests are also run via GitHub Actions Fixes #3721
This commit is contained in:
parent
4ab9d6e74e
commit
06a885d06e
3 changed files with 0 additions and 18 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,12 +0,0 @@
|
|||
language: c
|
||||
dist: trusty
|
||||
sudo: true
|
||||
|
||||
script:
|
||||
- sudo apt-get -y install expect csh xzdec lintian fakeroot
|
||||
- ( ./configure --enable-fatal-warnings --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
|
||||
|
|
@ -240,9 +240,6 @@ test: test-profiles test-private-lib test-fcopy test-fnetfilter test-fs test-uti
|
|||
test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils 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-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments
|
||||
echo "TEST COMPLETE"
|
||||
|
||||
test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments
|
||||
echo "TEST COMPLETE"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Firejail
|
||||
[](https://travis-ci.org/netblue30/firejail)
|
||||
[](https://gitlab.com/Firejail/firejail_ci/pipelines/)
|
||||
[](https://repology.org/project/firejail/versions)
|
||||
|
||||
|
|
@ -66,8 +65,6 @@ FAQ: https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions
|
|||
|
||||
Wiki: https://github.com/netblue30/firejail/wiki
|
||||
|
||||
Travis-CI status: https://travis-ci.org/netblue30/firejail
|
||||
|
||||
GitLab-CI status: https://gitlab.com/Firejail/firejail_ci/pipelines/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue