From 0c8f876b957a9643c40c789789f4e97ad98cc297 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 18 Jan 2020 00:29:59 +0300 Subject: update cmake-common --- .appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.appveyor.yml') 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"' -- cgit v1.2.3