Allow failures on windows for now.
This commit is contained in:
parent
47644202e1
commit
152659823f
@ -5,6 +5,14 @@ configuration:
|
||||
#- Debug
|
||||
- Release
|
||||
|
||||
matrix:
|
||||
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
|
||||
allow_failures:
|
||||
- platform: x86
|
||||
configuration: Debug
|
||||
- platform: x64
|
||||
configuration: Release
|
||||
|
||||
skip_tags: true
|
||||
os:
|
||||
- Visual Studio 2015
|
||||
|
Loading…
x
Reference in New Issue
Block a user