projects
/
platform
/
upstream
/
gflags.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435f949
)
Remove filter for excluded tests from AppVeyor config. (#165)
author
Dreamer
<dreamer.dead@gmail.com>
Tue, 2 Aug 2016 11:28:57 +0000
(14:28 +0300)
committer
Andreas Schuh
<andreas.schuh.84@gmail.com>
Tue, 2 Aug 2016 11:28:57 +0000
(12:28 +0100)
appveyor.yml
patch
|
blob
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index
f382397
..
bb68600
100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-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%