blob: b14fe30c7c4868cad41d5536cdd9656ed92ca066 (
plain) (
tree)
|
|
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: MCServer.sln
parallel: true
verbosity: minimal
|