Merge pull request #2439 from cuberite/AppveyorYml
Added Appveyor yml settings file.
This commit is contained in:
commit
dffa8a7b56
14
appveyor.yml
Normal file
14
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user