summaryrefslogblamecommitdiffstats
path: root/appveyor.yml
blob: d2dc73739dbaa6f485306476d9c9df4ec8187b4c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                   
                       

                    
version: 1.0.{build}
os: Previous Windows Server 2012 R2
configuration: Debug
clone_depth: 50
before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
- cmake -G "Visual Studio 12" .
- echo %TIME%
build:
  project: Cuberite.sln
  parallel: true
  verbosity: minimal