1
0
cuberite-2a/appveyor.yml
2016-07-29 07:56:50 +02:00

14 lines
245 B
YAML

version: 1.0.{build}
configuration: Debug
clone_depth: 50
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake -G "Visual Studio 12" .
- echo %TIME%
build:
project: Cuberite.sln
parallel: true
verbosity: minimal