aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-11-02 22:08:18 -0500
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-11-02 22:08:18 -0500
commitd92d89b4f2d50e977f4870afc84fcff4acabebd0 (patch)
treeeffd4dbf0e03d3ae2a6522237a04dd75e46bbc2a /README.md
parentAdd Mendeley profile (diff)
downloadfirejail-d92d89b4f2d50e977f4870afc84fcff4acabebd0.tar.gz
firejail-d92d89b4f2d50e977f4870afc84fcff4acabebd0.tar.zst
firejail-d92d89b4f2d50e977f4870afc84fcff4acabebd0.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index aef9d265d..4998d596b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
1# Firejail 1# Firejail
2[![Build Status](https://travis-ci.org/netblue30/firejail.svg?branch=master)](https://travis-ci.org/netblue30/firejail) 2[![Test Status](https://travis-ci.org/netblue30/firejail.svg?branch=master)](https://travis-ci.org/netblue30/firejail)
3[![Build Status](https://gitlab.com/Firejail/firejail_ci/badges/master/pipeline.svg)](https://gitlab.com/Firejail/firejail_ci)
3 4
4Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting 5Firejail is a SUID sandbox program that reduces the risk of security breaches by restricting
5the running environment of untrusted applications using Linux namespaces, seccomp-bpf 6the running environment of untrusted applications using Linux namespaces, seccomp-bpf