Skip to content

Commit 5ae5439

Browse files
committed
appveyor: add verbose output to see warnings
Signed-off-by: Rosen Penev <rosenp@gmail.com>
1 parent 53d228a commit 5ae5439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build_script:
1919
# - ctest -D Experimental(Start|Update|Configure|Build|Test|Coverage|MemCheck|Submit)
2020
# NOTE: Testing on window is not yet finished:
2121
# - 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
22+
- ctest -C Release -D ExperimentalStart -D ExperimentalConfigure -D ExperimentalBuild -D ExperimentalSubmit -V
2323
# Final step is to verify that installation succeeds
2424
- cmake --build . --config Release --target install
2525

0 commit comments

Comments
 (0)