Skip to content

Commit

Permalink
Changed allow failures for win32-g++ builds #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 14, 2018
1 parent cec6b46 commit 86cdc32
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ environment:
- tbs_arch: "x32"
tbs_tools: "mingw"
tbs_static_runtime: 0
allow_failures:
- platform: x32

matrix:
allow_failures:
- platform: x32
configuration: Debug
- platform: x32
configuration: Release

branches:
except:
Expand Down

0 comments on commit 86cdc32

Please sign in to comment.