aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-16 18:49:26 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-17 11:22:27 -0300
commit6a89ab0236ba08b7ea85fc113fa4be995918877f (patch)
treea2302f753c96affc26b14813fa392f8858a36397 /.github/workflows/build.yml
parentci: fix --version not printing compile-time features (diff)
downloadfirejail-6a89ab0236ba08b7ea85fc113fa4be995918877f.tar.gz
firejail-6a89ab0236ba08b7ea85fc113fa4be995918877f.tar.zst
firejail-6a89ab0236ba08b7ea85fc113fa4be995918877f.zip
ci: run firejail --version after build/install
To ensure that the resulting program actually runs and also to show which compile-time features it supports.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
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