1
0
Fork 0
cuberite-2a/appveyor.yml

14 lines
222 B
YAML
Raw Normal View History

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