appveyor: enable x86 build as well.
parent
3d2140afee
commit
1f356e87a8
|
@ -10,7 +10,9 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
platform: x64
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
configuration: Release
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue