Skip to content

Commit

Permalink
ci: tweak msys cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
olanti-p committed Nov 3, 2023
1 parent f7cba0d commit b298f7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msys2-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jobs:
-DSOUND=ON \
-DLUA=ON \
-DTESTS=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DDYNAMIC_LINKING=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-w" \
-G "MSYS Makefiles" \
-G "Ninja" \
..
- name: Build
Expand Down

0 comments on commit b298f7e

Please sign in to comment.