File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 shell : cmd
1717 run : |
1818 call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x86
19- cmake --build build/x86-msvc-relwithdebinfo --target tools studio KauaiTest
19+ cmake --build build/x86-msvc-relwithdebinfo --target tools studio tests
2020 - name : Run tests
2121 shell : cmd
2222 run : |
5959 shell : cmd
6060 run : |
6161 call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x86
62- cmake --build build/x86-clangcl-debug --target KauaiTest
62+ cmake --build build/x86-clangcl-debug --target tests
6363 - name : Run tests
6464 shell : cmd
6565 run : |
8080 shell : cmd
8181 run : |
8282 call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x64
83- cmake --build build/x64-msvc-debug --target KauaiTest
83+ cmake --build build/x64-msvc-debug --target tests
8484 - name : Run tests
8585 shell : cmd
8686 run : |
@@ -106,7 +106,7 @@ jobs:
106106 shell : cmd
107107 run : |
108108 call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x64
109- cmake --build build/x64-clangcl-relwithdebinfo --target tools studio KauaiTest
109+ cmake --build build/x64-clangcl-relwithdebinfo --target tools studio tests
110110 - name : Run tests
111111 shell : cmd
112112 run : |
You can’t perform that action at this time.
0 commit comments