mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
appveyor: Add initial configuration
This commit is contained in:
parent
423906cb63
commit
7bb5f99ca0
12
appveyor.yml
Normal file
12
appveyor.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '{branch}-1.0.{build}'
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
configuration:
|
||||
- Release
|
||||
- Debug
|
||||
install:
|
||||
- cmd: git submodule update --init --recursive
|
||||
build:
|
||||
project: Windows/PPSSPP.sln
|
||||
parallel: true
|
||||
verbosity: normal
|
Loading…
Reference in New Issue
Block a user