ci(gitlab): add profile preprocessing on openSUSE.

This commit is contained in:
Alexandre Pujol 2023-03-25 14:38:14 +00:00
parent c5098007a5
commit 9978734d7e
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -133,6 +133,16 @@ preprocess-ubuntu:
- dpkg --install $PKGDEST/*
- 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
# ------------------------