We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24af1b9 + 1dcdfd6 commit 8f6026bCopy full SHA for 8f6026b
1 file changed
.github/workflows/meson.yml
@@ -48,6 +48,26 @@ jobs:
48
name: Linux_Meson_log
49
path: build/meson-logs/meson-log.txt
50
51
+ build-static:
52
+ runs-on: ubuntu-latest
53
+ steps:
54
+ - name: install libraries
55
+ run: sudo apt-get install -y libpam-dev libcap-ng-dev
56
+ - uses: actions/checkout@v3
57
+ - uses: actions/setup-python@v3
58
+ - uses: BSFishy/[email protected]
59
+ with:
60
+ setup-options: --werror --wrap-mode=forcefallback --default-library=static
61
+ options: --verbose
62
+ action: test
63
+ meson-version: 0.61.2
64
+ # Preserve meson's log file on failure
65
+ - uses: actions/upload-artifact@v3
66
+ if: failure()
67
68
+ name: Linux_Meson_log
69
+ path: build/meson-logs/meson-log.txt
70
+
71
code-coverage:
72
runs-on: ubuntu-latest
73
steps:
0 commit comments