* Zip artifacts

This commit is contained in:
Stelios Tsampas 2017-10-12 12:18:55 +03:00
parent e88054e981
commit 1ba9d54f15
1 changed files with 10 additions and 2 deletions

View File

@ -3,10 +3,18 @@ version: 1.9.95.{branch}.{build}
pull_requests:
do_not_increment_build_number: true
configuration:
- Debug
- Release
build:
project: win32/pcsxr.sln
verbosity: minimal
after_build:
- cd win32\build\%CONFIGURATION%
- 7z a pcsxr-pgxp.zip pcsxr-pgxp.exe
- 7z a pcsxr-pgxp.zip plugins\*.dll
artifacts:
- path: win32\build\*\*.exe
- path: win32\build\*\plugins\*.dll
- path: win32\build\%CONFIGURATION%\pcsxr-pgxp.zip