1
0
cuberite-2a/appveyor.yml
2015-09-05 22:01:21 +02:00

15 lines
281 B
YAML

version: 1.0.{build}
os: Previous Windows Server 2012 R2
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