1
0
Fork 0

Added Appveyor yml settings file.

This commit is contained in:
Mattes D 2015-08-18 08:44:58 +02:00
parent 5ea1b9cee1
commit 9779ab2bd6
1 changed files with 14 additions and 0 deletions

14
appveyor.yml Normal file
View File

@ -0,0 +1,14 @@
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: MCServer.sln
parallel: true
verbosity: minimal