Skip to content

Commit

Permalink
Allow failures on windows for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Aug 5, 2016
1 parent 141d57a commit 9165957
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9165957

Please sign in to comment.