mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
build(ci): add gitlab ci for whonix.
This commit is contained in:
parent
aa84d08ef6
commit
58b577385e
1 changed files with 11 additions and 6 deletions
|
@ -108,6 +108,11 @@ ubuntu:
|
|||
paths:
|
||||
- $PKGDEST/*.deb
|
||||
|
||||
whonix:
|
||||
extends: debian
|
||||
variables:
|
||||
DISTRIBUTION: whonix
|
||||
|
||||
opensuse:
|
||||
stage: build
|
||||
image: registry.gitlab.com/roddhjav/builders/opensuse
|
||||
|
@ -146,15 +151,15 @@ preprocess-debian:
|
|||
- apparmor_parser --preprocess /etc/apparmor.d 1> /dev/null
|
||||
|
||||
preprocess-ubuntu:
|
||||
stage: preprocess
|
||||
extends: preprocess-debian
|
||||
image: ubuntu
|
||||
dependencies:
|
||||
- ubuntu
|
||||
script:
|
||||
- apt-get update -q
|
||||
- apt-get install -y apparmor apparmor-profiles
|
||||
- dpkg --install $PKGDEST/*
|
||||
- apparmor_parser --preprocess /etc/apparmor.d 1> /dev/null
|
||||
|
||||
preprocess-whonix:
|
||||
extends: preprocess-debian
|
||||
dependencies:
|
||||
- whonix
|
||||
|
||||
preprocess-opensuse:
|
||||
stage: preprocess
|
||||
|
|
Loading…
Reference in a new issue