aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 22:28:25 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-06 22:28:25 -0500
commitcb1104edf9c6ed0dc753724259b5c12fa5619afb (patch)
treed654d6547a7836faf5467cb37dac9f3ab50f7107 /.github
parenttesting (diff)
downloadfirejail-cb1104edf9c6ed0dc753724259b5c12fa5619afb.tar.gz
firejail-cb1104edf9c6ed0dc753724259b5c12fa5619afb.tar.zst
firejail-cb1104edf9c6ed0dc753724259b5c12fa5619afb.zip
private-etc testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f075ec493..f61e19fdc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -60,7 +60,7 @@ jobs:
60 - name: update package information 60 - name: update package information
61 run: sudo apt-get update 61 run: sudo apt-get update
62 - name: install dependencies 62 - name: install dependencies
63 run: sudo apt-get install gcc-12 libapparmor-dev libselinux1-dev expect xzdec 63 run: sudo apt-get install gcc-12 libapparmor-dev libselinux1-dev expect xzdec whois
64 - name: configure 64 - name: configure
65 run: CC=gcc-12 ./configure --enable-fatal-warnings --enable-analyzer --enable-apparmor --enable-selinux --prefix=/usr 65 run: CC=gcc-12 ./configure --enable-fatal-warnings --enable-analyzer --enable-apparmor --enable-selinux --prefix=/usr
66 - name: make 66 - name: make
@@ -73,6 +73,8 @@ jobs:
73 run: SHELL=/bin/bash make lab-setup 73 run: SHELL=/bin/bash make lab-setup
74 - name: run sysutils tests 74 - name: run sysutils tests
75 run: SHELL=/bin/bash make test-sysutils 75 run: SHELL=/bin/bash make test-sysutils
76 - name: run private-etc tests
77 run: SHELL=/bin/bash make test-private-etc
76 - name: run profile tests 78 - name: run profile tests
77 run: SHELL=/bin/bash make test-profiles 79 run: SHELL=/bin/bash make test-profiles
78 - name: run fcopy tests 80 - name: run fcopy tests