aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edbed5c0b..9500415a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,6 +17,7 @@ build_ubuntu_package:
17 - make deb 17 - make deb
18 - dpkg -i firejail*.deb 18 - dpkg -i firejail*.deb
19 - command -V firejail && firejail --version 19 - command -V firejail && firejail --version
20 # - python3 --version
20 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc 21 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
21 22
22build_debian_package: 23build_debian_package:
@@ -50,6 +51,7 @@ build_fedora_package:
50 - make rpms 51 - make rpms
51 - rpm -i firejail*.rpm 52 - rpm -i firejail*.rpm
52 - command -V firejail && firejail --version 53 - command -V firejail && firejail --version
54 # - python3 --version
53 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc 55 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
54 56
55build_src_package: 57build_src_package:
@@ -62,6 +64,7 @@ build_src_package:
62 - make 64 - make
63 - make install-strip 65 - make install-strip
64 - command -V firejail && firejail --version 66 - command -V firejail && firejail --version
67 # - python3 --version
65 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc 68 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
66 69
67build_no_apparmor: 70build_no_apparmor: