Skip to content

Commit

Permalink
Further pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
top-sekret committed Sep 7, 2024
1 parent c2f829a commit 15b34aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt-get install -y meson ninja-build build-essential
- name: Build
run: |
meson build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
meson setup build --optimization 3 -Db_ndebug=true --warnlevel 3 --werror
ninja -C build
strip -s build/oicompare
- name: Build sioworkers box
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
sudo apt-get install -y meson ninja-build build-essential
- name: Build
run: |
meson build
meson setup build --debug --warnlevel 3 --werror -Db_sanitize=address,undefined
ninja -C build
- name: Test
run: |
ninja -C build test
ninja -C build test

0 comments on commit 15b34aa

Please sign in to comment.