1
0
cuberite-2a/appveyor.yml

16 lines
277 B
YAML
Raw Normal View History

2015-08-18 02:44:58 -04:00
version: 1.0.{build}
configuration: Debug
2016-07-29 01:56:50 -04:00
clone_depth: 50
2015-08-18 02:44:58 -04:00
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake -G "Visual Studio 12" -DSELF_TEST=1 -DBUILD_TOOLS=1 .
2015-08-18 02:44:58 -04:00
- echo %TIME%
2015-08-18 02:44:58 -04:00
build:
2015-08-26 04:58:51 -04:00
project: Cuberite.sln
2015-08-18 02:44:58 -04:00
parallel: true
verbosity: minimal