Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
* Zip artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 11, 2018
1 parent e88054e commit 1ba9d54
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1ba9d54

Please sign in to comment.