summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: c730c10a6f7b8bc00511dc9444c584a009742aff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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\%CONFIGURATION%\pcsxr-pgxp.zip