* Add appveyor.yml

This commit is contained in:
Stelios Tsampas 2017-10-09 11:01:40 +03:00
parent 967dcacd7b
commit b22f3231c2
2 changed files with 15 additions and 1 deletions

12
.appveyor.yml Normal file
View File

@ -0,0 +1,12 @@
version: 1.9.95.{branch}.{build}
pull_requests:
do_not_increment_build_number: true
build:
project: win32/pcsxr.sln
verbosity: minimal
artifacts:
- path: win32\build\*\*.exe
- path: win32\build\*\plugins\*.dll

View File

@ -6,8 +6,10 @@ compiler:
addons:
apt:
packages:
- autoconf
- autoconf-archive
- automake
script:
- ./autogen.sh
- make