1
0
Files
cuberite-2a/appveyor.yml

17 lines
308 B
YAML
Raw Normal View History

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