summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: 8be0cfa7001972b5380fdf832914a85265cf6076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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