1version: '{branch}-1.0.{build}' 2pull_requests: 3 do_not_increment_build_number: true 4configuration: 5- Release 6- Debug 7install: 8- cmd: git submodule update --init --recursive 9build: 10 project: Windows/PPSSPP.sln 11 parallel: true 12 verbosity: normal 13test: off 14 15