Skip to content

Commit

Permalink
Allow Qt 5.3 msvc2013 opengl release buid failures
Browse files Browse the repository at this point in the history
This specific corner combination is currently experiencing a fatal
error when executing unit tests.  This is presumed to be a bug
specific to that (unsupported) environment, so allowedd to fail for
now (issue #61).
  • Loading branch information
pcolby committed Dec 7, 2015
1 parent 1bd0eda commit 9ee8e0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ environment:
- QTDIR: C:\Qt\5.5\msvc2013
- QTDIR: C:\Qt\5.5\msvc2013_64

matrix:
allow_failures:
- QTDIR: C:\Qt\5.3\msvc2013_64_opengl
configuration: release

configuration:
- debug
- release
Expand Down

0 comments on commit 9ee8e0e

Please sign in to comment.