cuberite/appveyor.yml

14 lines
245 B
YAML
Raw Normal View History

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