Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hrydgard
GitHub Repository: hrydgard/ppsspp
Path: blob/master/appveyor.yml
3185 views
1
version: '{branch}-1.0.{build}'
2
pull_requests:
3
do_not_increment_build_number: true
4
configuration:
5
- Release
6
- Debug
7
install:
8
- cmd: git submodule update --init --recursive
9
build:
10
project: Windows/PPSSPP.sln
11
parallel: true
12
verbosity: normal
13
test: off
14
15