We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fcac1 commit a433215Copy full SHA for a433215
.github/workflows/release.yaml
@@ -16,9 +16,12 @@ jobs:
16
sudo apt-get install -y meson ninja-build build-essential
17
- name: Build
18
run: |
19
- meson setup build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
+ LDFLAGS='-static' meson setup build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
20
ninja -C build
21
strip -s build/oicompare
22
+ - name: Test
23
+ run: |
24
+ ninja -C build test
25
- name: Build sioworkers box
26
27
mkdir -p oicompare-sandbox/bin
0 commit comments