aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-24 21:20:09 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-29 08:52:25 -0300
commit2f6920044ef851bcdaabe744098e9ec8db07798d (patch)
treedcbcbdca568840a8d3dee76d53558d077228067e /.gitlab-ci.yml
parentci: move build_no_apparmor job near other similar jobs (diff)
downloadfirejail-2f6920044ef851bcdaabe744098e9ec8db07798d.tar.gz
firejail-2f6920044ef851bcdaabe744098e9ec8db07798d.tar.zst
firejail-2f6920044ef851bcdaabe744098e9ec8db07798d.zip
ci: update top-level comment in .gitlab-ci.yml
Format it for readability and update the descriptions to match the current jobs.
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