mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Remove filter for excluded tests from AppVeyor config. (#165)
This commit is contained in:
parent
435f949dbb
commit
e58e5303d6
1 changed files with 1 additions and 3 deletions
|
@ -38,6 +38,4 @@ build_script:
|
|||
- cmake --build . --config %configuration%
|
||||
|
||||
test_script:
|
||||
# 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%
|
||||
- ctest -C %configuration%
|
||||
|
|
Loading…
Add table
Reference in a new issue