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