CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/appveyor.yml
Views: 1400
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