osu/appveyor.yml

9 lines
206 B
YAML
Raw Normal View History

2018-04-20 05:41:57 +00:00
clone_depth: 1
version: '{branch}-{build}'
2018-06-05 09:52:39 +00:00
image: Visual Studio 2017
test: off
2018-04-20 05:41:57 +00:00
install:
- cmd: git submodule update --init --recursive --depth=5
build_script:
- cmd: PowerShell -Version 2.0 .\build.ps1