Skip to content

Commit

Permalink
Add x86 platform but there's trouble with Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
jornh committed Jun 21, 2014
1 parent 2817c15 commit 6014759
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 @@ -9,6 +9,7 @@ configuration:

platform:
- x64
- x86

before_build:
- cmd: nuget restore
Expand All @@ -33,3 +34,10 @@ after_test:

artifacts:
- path: NuGet\*.nupkg

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

0 comments on commit 6014759

Please sign in to comment.