aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ce1aa9ea..8d4ed2dc5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,10 +1,13 @@
1# Basic notes: builds firejail on 5 different systems for 2 package systems: 1# Builds on multiple systems using different package managers:
2# 1. Debian-based systems. Use debian:jessie to ensure reasonable backwards 2#
3# compat and ubuntu:rolling for new setups 3# - Debian-based systems: Use oldest working/supported debian image for
4# 2. Redhat-based systems. Use centos:latest for reasonable backwards compat 4# reasonable backwards compatibility and ubuntu:rolling for new setups.
5# and fedora:latest for new setups 5# Additionally, ensure that the package works without apparmor.
6# 3. Alpine for installing directly from source 6#
7# Also builds apparmor package for Ubuntu LTS 7# - Redhat-based systems: Use a centos-like distribution for reasonable
8# backwards compatibility and fedora:latest for new setups.
9#
10# - Alpine: Use it for installing directly from source.
8 11
9build_ubuntu_package: 12build_ubuntu_package:
10 image: ubuntu:rolling 13 image: ubuntu:rolling