We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d228a commit 5ae5439Copy full SHA for 5ae5439
appveyor.yml
@@ -19,7 +19,7 @@ build_script:
19
# - ctest -D Experimental(Start|Update|Configure|Build|Test|Coverage|MemCheck|Submit)
20
# NOTE: Testing on window is not yet finished:
21
# - ctest -C Release -D ExperimentalStart -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalTest -D ExperimentalSubmit
22
- - ctest -C Release -D ExperimentalStart -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalSubmit
+ - ctest -C Release -D ExperimentalStart -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalSubmit -V
23
# Final step is to verify that installation succeeds
24
- cmake --build . --config Release --target install
25
0 commit comments