pcsxr/.appveyor.yml

20 lines
375 B
YAML
Raw Normal View History

2017-10-09 10:01:40 +02:00
version: 1.9.95.{branch}.{build}
pull_requests:
do_not_increment_build_number: true
2017-10-12 11:18:55 +02:00
configuration:
- Debug
- Release
2017-10-09 10:01:40 +02:00
build:
project: win32/pcsxr.sln
verbosity: minimal
2017-10-12 11:18:55 +02:00
after_build:
- cd win32\build\%CONFIGURATION%
- 7z a pcsxr-pgxp.zip pcsxr-pgxp.exe
- 7z a pcsxr-pgxp.zip plugins\*.dll
2017-10-09 10:01:40 +02:00
artifacts:
2017-10-12 11:18:55 +02:00
- path: win32\build\%CONFIGURATION%\pcsxr-pgxp.zip