appveyor: enable x86 build as well.
parent
3d2140afee
commit
1f356e87a8
|
@ -10,12 +10,14 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
platform: x64
|
platform:
|
||||||
|
- x86
|
||||||
|
- x64
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd c:\projects\assimp
|
- cd c:\projects\assimp
|
||||||
- cmake CMakeLists.txt -G "Visual Studio 11"
|
- cmake CMakeLists.txt -G "Visual Studio 11"
|
||||||
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
|
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
|
||||||
|
|
Loading…
Reference in New Issue