mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
build: test build with apparmor and selinux in CI
This commit is contained in:
parent
dd8fa5e489
commit
0fa11826b9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -11,10 +11,10 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install GCC 10
|
- name: install dependencies
|
||||||
run: sudo apt-get install gcc-10
|
run: sudo apt-get install gcc-10 libapparmor-dev libselinux1-dev
|
||||||
- name: configure
|
- name: configure
|
||||||
run: CC=gcc-10 ./configure --enable-fatal-warnings --enable-analyzer
|
run: CC=gcc-10 ./configure --enable-fatal-warnings --enable-analyzer --enable-apparmor --enable-selinux
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
build-clang:
|
build-clang:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue