summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-10-12 12:18:55 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2018-01-11 15:36:48 +0200
commit1ba9d54f15fcea87055deef31abe0151b4f49467 (patch)
tree201016a7c9f0bc5882d966a3c27c5e3dc5fbf1ec
parente88054e9815a64683e7521244f5e5dfde1f76a79 (diff)
* Zip artifacts
-rw-r--r--.appveyor.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d118ac6d..c730c10a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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 \ No newline at end of file
+ - path: win32\build\%CONFIGURATION%\pcsxr-pgxp.zip \ No newline at end of file