CI: add prototype for appveyor.

pull/612/head
Kim Kulling 2015-07-12 18:07:01 +02:00
parent 5a207dbb19
commit 1cb55a3b80
1 changed files with 20 additions and 0 deletions

20
appveyor.yml 100644
View File

@ -0,0 +1,20 @@
# AppVeyor file
# http://www.appveyor.com/docs/appveyor-yml
# branches to build
branches:
# whitelist
only:
- master
# clone directory
clone_folder: c:\projects\assimp
platform: x64
configuration: Release
build:
build_script:
- cmake -G"Visual Studio 11" ..
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln