aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 11:52:58 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 11:52:58 -0400
commit42fdea77f2e867af16a3f80dc222148e15d4b7ca (patch)
tree05bf5f2faae138713080c488cc7556d9998b271b /.gitlab-ci.yml
parentgitlab pipeline fixes (diff)
downloadfirejail-42fdea77f2e867af16a3f80dc222148e15d4b7ca.tar.gz
firejail-42fdea77f2e867af16a3f80dc222148e15d4b7ca.tar.zst
firejail-42fdea77f2e867af16a3f80dc222148e15d4b7ca.zip
gitlab
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9175dc491..2205c796c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ build_ubuntu_package:
11 - apt-get update -qq 11 - apt-get update -qq
12 - apt-get install -y -qq build-essential lintian pkg-config python3 12 - apt-get install -y -qq build-essential lintian pkg-config python3
13 - ./configure --prefix=/usr && make deb && dpkg -i firejail*.deb 13 - ./configure --prefix=/usr && make deb && dpkg -i firejail*.deb
14 - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc 14 - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
15 15
16build_debian_package: 16build_debian_package:
17 image: debian:stretch 17 image: debian:stretch
@@ -33,7 +33,7 @@ build_fedora_package:
33 - dnf update -y 33 - dnf update -y
34 - dnf install -y rpm-build gcc make 34 - dnf install -y rpm-build gcc make
35 - ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm 35 - ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
36 - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*,inc 36 - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
37 37
38build_src_package: 38build_src_package:
39 image: alpine:latest 39 image: alpine:latest