appveyor: add libs to build artifacts.

pull/803/head
Kim Kulling 2016-02-20 11:14:22 +01:00
parent 5c13b89724
commit ff7deaa091
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ build_script:
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
after_build:
- 7z a assimp.7z c:\projects\assimp\bin\release\*
- 7z a assimp.7z c:\projects\assimp\bin\release\* c:\projects\assimp\lib\release\*
artifacts:
- path: assimp.7z