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