ppsspp/appveyor.yml
Unknown W. Brackets c4d77ee51e Appveyor: disable scanning for tests.
It doesn't find them, and it wastes some time looking on each build.
2017-03-20 07:22:11 -07:00

14 lines
258 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
test: off