We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80a7fa commit bdd539aCopy full SHA for bdd539a
1 file changed
.github/workflows/test-windows.ps1
@@ -24,6 +24,7 @@ Invoke-NativeCommand cmake -B $BuildDirectory -G Ninja `
24
"-DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT:STRING=Embedded" `
25
"-DSTDEXEC_ENABLE_ASIO:BOOL=TRUE" `
26
"-DSTDEXEC_ASIO_IMPLEMENTATION:STRING=boost" `
27
+ "-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON" `
28
"-DSTDEXEC_BUILD_TESTS:BOOL=TRUE" .
29
Invoke-NativeCommand cmake --build $BuildDirectory
30
Invoke-NativeCommand ctest --test-dir $BuildDirectory
0 commit comments