Skip to content

Commit 671febf

Browse files
author
Will
committed
ci/windows: brush up windows ci to run more tests more correctly
1 parent bab76c5 commit 671febf

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/windows.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
matrix:
1818
target-double:
1919
- uwp-windows-msvc
20-
target-platform:
21-
- this
2220
os:
2321
- windows-2022
2422
- windows-2025
@@ -49,13 +47,13 @@ jobs:
4947
bash -c 'ls -hal tiny.exe'
5048
- shell: bash
5149
run: |
52-
cmake -S . -B out/${{matrix.target-platform}} -DBUILD_LIB=ON -DBUILD_BIN=ON -DBUILD_HDR=ON -DBUILD_TESTING=ON -DBUILD_SAN=ON
53-
cmake --build out/${{matrix.target-platform}} --target wtr.test_watcher --config Debug
54-
cmake --build out/${{matrix.target-platform}} --target wtr.test_watcher --config Release
50+
cmake -S . -B out/this -DBUILD_LIB=ON -DBUILD_BIN=ON -DBUILD_HDR=ON -DBUILD_TESTING=ON -DBUILD_SAN=ON
51+
cmake --build out/this --target wtr.test_watcher --config Debug
52+
cmake --build out/this --target wtr.test_watcher --config Release
5553
- shell: bash
5654
env:
5755
VERBOSE: 1
5856
run: |
59-
out/${{matrix.target-double}}/Debug/wtr.test_watcher.exe || echo f windows
60-
out/${{matrix.target-double}}/Release/wtr.test_watcher.exe || echo f windows
61-
- run: echo windows is an abomination
57+
out/this/Debug/wtr.test_watcher.exe || true
58+
out/this/Release/wtr.test_watcher.exe || true
59+
WATCHER=$PWD/out/this/Debug/wtr.watcher.exe tool/test/all || true

0 commit comments

Comments
 (0)