Skip to content

Commit

Permalink
ci/windows: be explicit about cmake options
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 26, 2024
1 parent 3d9c2ce commit 3680d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
bash -c 'ls -hal tiny.exe'
- shell: bash
run: |
cmake -S . -B out/${{matrix.target-platform}}
cmake -S . -B out/${{matrix.target-platform}} -DBUILD_LIB=ON -DBUILD_BIN=ON -DBUILD_HDR=ON -DBUILD_TESTING=ON -DBUILD_SAN=ON
cmake --build out/${{matrix.target-platform}} --target wtr.test_watcher --config Debug
cmake --build out/${{matrix.target-platform}} --target wtr.test_watcher --config Release
- shell: bash
Expand Down

0 comments on commit 3680d99

Please sign in to comment.