aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* removed transfer.sh support from travis buildLibravatar netblue302018-11-05
|
* Begin using gitlab for building to save time on auto code tests.Libravatar Fred-Barclay2018-11-02
| | | | | | | | | | | | | | | | | | 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.
* Fix travisLibravatar Vincent432018-05-25
| | | | | | | | | | ( cd firejail; ./configure --prefix=/usr && make deb && sudo dpkg -i firejail*.deb ) /home/travis/.travis/job_stages: line 57: cd: firejail: No such file or directory ( cd firejail ; ./configure --prefix=/usr && make && sudo make install && make test-travis ) /home/travis/.travis/job_stages: line 57: cd: firejail: No such file or directory ( cd firejail ; sudo make install-strip DESTDIR=$(readlink -f appdir) ) /home/travis/.travis/job_stages: line 57: cd: firejail: No such file or directory
* Fix lintian and travis warningsLibravatar Vincent432018-05-25
| | | | | | | | E: firejail: control-file-has-bad-permissions conffiles 0664 != 0644 W: firejail: non-standard-file-perm usr/share/doc/firejail/copyright 0664 != 0644 W: firejail: non-standard-file-perm usr/share/lintian/overrides/firejail 0664 != 0644 configure: WARNING: unrecognized options: --enable-git-install
* speed up travisLibravatar netblue302017-10-16
|
* Add Debian builds to .travis.yml (work in progress).Libravatar Fred-Barclay2017-10-15
| | | | | | | | | This experimentally adds Debian package building for our Travis CI service. This is needed because there are errors building Debian packages even when firejail as a whole builds correctly due to errors in firejail's Debian conffiles. For instance, at the moment `make deb` fails because lxterminal is not listed in platform/debian/conffiles
* removed alsa tests from travisLibravatar netblue302017-08-30
|
* adding xzdec and alsa-utils for travis testsLibravatar netblue302017-08-30
|
* removed zsh from travis test suite, fixed handling of /dev/shm whitelist for ↵Libravatar netblue302017-08-30
| | | | Debian wheezy and Ubuntu 14.04
* bring back transfer to transfer.sh in travisLibravatar netblue302017-08-19
|
* travis testLibravatar netblue302017-08-14
|
* travis testLibravatar netblue302017-08-14
|
* travis testLibravatar netblue302017-08-14
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Run tests using installed versionLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Update .travis.ymlLibravatar probonopd2017-08-08
|
* Create .travis.ymlLibravatar probonopd2017-08-08