blob: 1f3f30911690251d20c2054e4002703fe62a5a11 (
plain) (
tree)
|
|
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
|