assimp/appveyor.yml

25 lines
539 B
YAML
Raw Normal View History

2015-07-12 16:07:01 +00:00
# AppVeyor file
# http://www.appveyor.com/docs/appveyor-yml
# Operating system (build VM template)
os: Previous Windows Server 2012 R2 # using previous worker images since default worker has problem installing DART-Prerequisites.msi
# clone directory
clone_folder: c:\projects\assimp
2015-07-12 16:07:01 +00:00
# branches to build
branches:
# whitelist
only:
- master
platform: x64
configuration: Release
build:
build_script:
2015-07-12 18:10:56 +00:00
- cd c:\projects\assimp
2015-07-12 16:07:01 +00:00
- cmake -G"Visual Studio 11" ..
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln