From 1f356e87a8758b16b52547173371116fa7a3bf78 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sat, 9 Jan 2016 12:13:39 +0100 Subject: [PATCH] appveyor: enable x86 build as well. --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c3264cbf..f5c221efd 100644 --- a/appveyor.yml +++ b/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