diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-18 00:29:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-18 01:10:23 +0300 |
commit | 0c8f876b957a9643c40c789789f4e97ad98cc297 (patch) | |
tree | 2015d6665904cb95bfeb2acc51669e5aa56a8c8d | |
parent | AppVeyor: fix Release builds (diff) | |
download | winapi-debug-0c8f876b957a9643c40c789789f4e97ad98cc297.tar.gz winapi-debug-0c8f876b957a9643c40c789789f4e97ad98cc297.zip |
update cmake-common
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 8 | ||||
m--------- | cmake | 0 |
2 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"' diff --git a/cmake b/cmake -Subproject 920bc49e1a5e99e8fe4765b5e9230ebd54de197 +Subproject 99eb9822b4dfa67f65674eac92f1371dc4be9d3 |