mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
Build regression tests in GitLab CI
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
This commit is contained in:
parent
0828ab67b2
commit
630b38238d
@ -125,6 +125,17 @@ test-profiles:
|
|||||||
- make -C profiles check-abstractions.d
|
- make -C profiles check-abstractions.d
|
||||||
- make -C profiles check-local
|
- make -C profiles check-local
|
||||||
|
|
||||||
|
# Build the regression tests (don't run them because that needs kernel access)
|
||||||
|
test-build-regression:
|
||||||
|
stage: test
|
||||||
|
needs: ["build-all"]
|
||||||
|
extends:
|
||||||
|
- .ubuntu-before_script
|
||||||
|
script:
|
||||||
|
- *install-c-build-deps
|
||||||
|
# Additional dependencies required by regression tests
|
||||||
|
- apt-get install --no-install-recommends -y attr libdbus-1-dev liburing-dev
|
||||||
|
- make -C tests/regression/apparmor -j $(nproc)
|
||||||
shellcheck:
|
shellcheck:
|
||||||
stage: test
|
stage: test
|
||||||
needs: []
|
needs: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user