mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
ci(gitlab): add profile preprocessing on openSUSE.
This commit is contained in:
parent
c5098007a5
commit
9978734d7e
@ -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…
Reference in New Issue
Block a user