mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
13 lines
248 B
YAML
13 lines
248 B
YAML
|
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
|