Преглед изворни кода

appveyor: enable x86 build as well.

Kim Kulling пре 9 година
родитељ
комит
1f356e87a8
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      appveyor.yml

+ 4 - 2
appveyor.yml

@@ -10,12 +10,14 @@ branches:
   only:
     - master
 
-platform: x64
+platform:
+    - x86
+    - x64
 configuration: Release
 
 build:
 
 build_script:
  - 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