diff options
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..d118ac6d --- /dev/null +++ b/.appveyor.yml @@ -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
\ No newline at end of file |
