1
0
cuberite-2a/appveyor.yml
Tiger Wang 62090e7bed Consolidated comparator code
* As a result, fixed an issue where GetPowerLevel didn't consider block
entities behind it (only GetFrontPowerLevel did)
2016-07-28 23:20:53 +01:00

14 lines
222 B
YAML

version: 1.0.{build}
configuration: Debug
clone_depth: 1
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake .
- echo %TIME%
build:
project: Cuberite.sln
parallel: true
verbosity: minimal