aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.appveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index f993dce..40f192d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,7 +15,7 @@ platform:
configuration:
- Debug
- - Release
+ - RelWithDebInfo
matrix:
fast_finish: true
@@ -37,9 +37,9 @@ after_build:
- appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip"
test_script:
- - if exist "%install_dir%\bin\foobar.pdb" "%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb"
- - if exist "%install_dir%\bin\foobar.pdb" "%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --mask "foobar!foobar_ns*"
- - if exist "%install_dir%\bin\foobar.pdb" "%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --functions --mask "foobar_ns*"
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --mask "foobar!foobar_ns*"'
+ - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --functions --mask "foobar_ns*"'
- '"%install_dir%\bin\call_stack"'