2015-08-18 08:44:58 +02:00
|
|
|
version: 1.0.{build}
|
|
|
|
configuration: Debug
|
2016-06-05 16:53:14 +01:00
|
|
|
clone_depth: 1
|
2015-08-18 08:44:58 +02:00
|
|
|
before_build:
|
|
|
|
- echo %TIME%
|
|
|
|
- git submodule update --init
|
|
|
|
- echo %TIME%
|
2016-06-05 16:53:14 +01:00
|
|
|
- cmake .
|
2015-08-18 08:44:58 +02:00
|
|
|
- echo %TIME%
|
|
|
|
build:
|
2015-08-26 10:58:51 +02:00
|
|
|
project: Cuberite.sln
|
2015-08-18 08:44:58 +02:00
|
|
|
parallel: true
|
|
|
|
verbosity: minimal
|