mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Disable strip_flags_binary in Debug configuration on AppVeyor.
This commit is contained in:
parent
750f76ad60
commit
6dd2d55377
1 changed files with 3 additions and 3 deletions
|
@ -38,6 +38,6 @@ build_script:
|
|||
- cmake --build . --config %configuration%
|
||||
|
||||
test_script:
|
||||
# strip_flags_binary test currently fails on AppVeyor
|
||||
- ctest -C %configuration%
|
||||
-E strip_flags_binary
|
||||
# strip_flags_binary test currently fails on AppVeyor in Debug configuration.
|
||||
- IF %configuration%==Debug SET GFLAGS_EXCLUDED_TESTS=strip_flags_binary
|
||||
- ctest -C %configuration% -E %GFLAGS_EXCLUDED_TESTS%
|
||||
|
|
Loading…
Add table
Reference in a new issue