appveyor - use debug

This commit is contained in:
M. Petra Baranski
2019-02-19 02:43:09 +01:00
parent c5c37a7627
commit 3484198ade
2 changed files with 18 additions and 16 deletions

View File

@@ -12,4 +12,4 @@ build:
project: $(APPVEYOR_BUILD_FOLDER)\tmp\$(APPVEYOR_PROJECT_NAME).sln
test_script:
- cmd: ctest -VV -C "Release"
- cmd: ctest -VV -C "Debug"