appveyor: define build artifacts.

pull/803/head
Kim Kulling 2016-02-19 18:32:16 +01:00
parent 6f429a63ed
commit 9df73a3f7d
1 changed files with 7 additions and 0 deletions

View File

@ -31,3 +31,10 @@ build_script:
- cd c:\projects\assimp
- cmake CMakeLists.txt -G "Visual Studio %Configuration%"
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
after_build:
- 7z a assimp.zip c:\projects\assimp\bin\release\*
artifacts:
- path: c:\projects\assimp\bin\release\assimp.zip
- name: assimp_lib