summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: cea9e5c51ba7b0a65c850856320a2302233fbc6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 1.0.{build}
image: Visual Studio 2017
configuration: Debug
clone_depth: 50

before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake -G "Visual Studio 15 2017" -DSELF_TEST=1 -DBUILD_TOOLS=1 .
- echo %TIME%

build:
  project: Cuberite.sln
  parallel: true
  verbosity: minimal