Update appveyor.yml
authorodalet <odalet@users.noreply.github.com>
Sat, 24 Sep 2016 15:03:23 +0000 (17:03 +0200)
committerGitHub <noreply@github.com>
Sat, 24 Sep 2016 15:03:23 +0000 (17:03 +0200)
appveyor.yml

index d732c72..4280ddc 100644 (file)
@@ -30,7 +30,7 @@ install:
 build_script:
  - cd c:\projects\assimp
  - cmake CMakeLists.txt -G "Visual Studio %Configuration%"
- - msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
+ - if "%platform%" EQU "x64" (msbuild /m /p:Configuration=Release /p:Platform="x64" Assimp.sln) else (msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln)
 
 after_build:
   - 7z a assimp.7z c:\projects\assimp\bin\release\* c:\projects\assimp\lib\release\*