1
0
Fork 0
cuberite-2a/appveyor.yml

14 lines
222 B
YAML

version: 1.0.{build}
configuration: Debug
clone_depth: 1
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake .
- echo %TIME%
build:
project: Cuberite.sln
parallel: true
verbosity: minimal