From d92d89b4f2d50e977f4870afc84fcff4acabebd0 Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Fri, 2 Nov 2018 22:08:18 -0500 Subject: Begin using gitlab for building to save time on auto code tests. Code tests are still run on Travis CI, but distro-specific builds are run on GitLab CI. Currently these are used: 1. Debian stable 2. Ubuntu latest 3. CentOS latest 4. Fedora latest 5. Alpine Debian and CentOS are for testing builds on older systems, for *.deb vs *.rpm, respectively. Ubuntu and Fedora are for testing builds on the latest **stable** systems for *.deb and *.rpm. Alpine is used to test building/installing from source. All run concurrently. In the future may expand tests on Gitlab to cover code testing as well. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 448ba2a84..5df088264 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ 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 -- cgit v1.2.3-54-g00ecf