ci(gitlab): add profile preprocessing on openSUSE.
This commit is contained in:
parent
c5098007a5
commit
9978734d7e
1 changed files with 10 additions and 0 deletions
|
|
@ -133,6 +133,16 @@ preprocess-ubuntu:
|
||||||
- dpkg --install $PKGDEST/*
|
- dpkg --install $PKGDEST/*
|
||||||
- apparmor_parser --preprocess /etc/apparmor.d 1> /dev/null
|
- apparmor_parser --preprocess /etc/apparmor.d 1> /dev/null
|
||||||
|
|
||||||
|
preprocess-opensuse:
|
||||||
|
stage: preprocess
|
||||||
|
image: opensuse
|
||||||
|
script:
|
||||||
|
- zypper install apparmor-profiles go git rsync lsb-release
|
||||||
|
- ./configure --complain
|
||||||
|
- make
|
||||||
|
- make install
|
||||||
|
- apparmor_parser --preprocess /etc/apparmor.d 1> /dev/null
|
||||||
|
|
||||||
|
|
||||||
# Deploy the documentation
|
# Deploy the documentation
|
||||||
# ------------------------
|
# ------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue