We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c83a7e commit 5efe747Copy full SHA for 5efe747
appveyor.yml
@@ -11,7 +11,9 @@ build_script:
11
- cmake -G "Visual Studio 17 2022" -A x64 ..
12
- cmake --build . --target unit.arch.exe --verbose --config Release
13
- cmake --build . --target unit.meta.exe --verbose --config Release
14
+- cmake --build . --target unit.internals.exe --verbose --config Release
15
16
test_script:
17
- ctest -C Release -VV -R ^unit.arch.*.exe
18
- ctest -C Release -VV -R ^unit.meta.*.exe
19
+- ctest -C Release -VV -R ^unit.internals.*.exe
0 commit comments