Skip to content

Commit a433215

Browse files
committed
Link oicompare statically in release workflow, also run tests
1 parent f3fcac1 commit a433215

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
sudo apt-get install -y meson ninja-build build-essential
1717
- name: Build
1818
run: |
19-
meson setup build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
19+
LDFLAGS='-static' meson setup build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
2020
ninja -C build
2121
strip -s build/oicompare
22+
- name: Test
23+
run: |
24+
ninja -C build test
2225
- name: Build sioworkers box
2326
run: |
2427
mkdir -p oicompare-sandbox/bin

0 commit comments

Comments
 (0)