aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-extra.yml4
-rw-r--r--.github/workflows/build.yml2
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 27f11459c..6f9a4bc2c 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -35,6 +35,10 @@ jobs:
35 run: CC=clang-11 ./configure --enable-fatal-warnings 35 run: CC=clang-11 ./configure --enable-fatal-warnings
36 - name: make 36 - name: make
37 run: make 37 run: make
38 - name: make install
39 run: sudo make install
40 - name: print version
41 run: command -V firejail && firejail --version
38 scan-build: 42 scan-build:
39 runs-on: ubuntu-20.04 43 runs-on: ubuntu-20.04
40 steps: 44 steps:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index faea6970f..cc7893305 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,5 +33,7 @@ jobs:
33 run: make 33 run: make
34 - name: make install 34 - name: make install
35 run: sudo make install 35 run: sudo make install
36 - name: print version
37 run: command -V firejail && firejail --version
36 - name: run tests 38 - name: run tests
37 run: SHELL=/bin/bash make test-github 39 run: SHELL=/bin/bash make test-github