File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments