summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2019-08-23 18:46:06 +0200
committerMattes D <github@xoft.cz>2019-08-24 12:03:38 +0200
commitfcc836f2a5ca39a68aa60c7fb0fa637044a5346b (patch)
treeb8c86bd3f7e91fbe4dc6eeabf7a470e5b9b18709
parentFix mobs targeting dead players (#4344) (diff)
downloadcuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.tar
cuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.tar.gz
cuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.tar.bz2
cuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.tar.lz
cuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.tar.xz
cuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.tar.zst
cuberite-fcc836f2a5ca39a68aa60c7fb0fa637044a5346b.zip
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 61f562dc7..cea9e5c51 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,5 @@
version: 1.0.{build}
+image: Visual Studio 2017
configuration: Debug
clone_depth: 50
@@ -6,7 +7,7 @@ before_build:
- echo %TIME%
- git submodule update --init
- echo %TIME%
-- cmake -G "Visual Studio 12" -DSELF_TEST=1 -DBUILD_TOOLS=1 .
+- cmake -G "Visual Studio 15 2017" -DSELF_TEST=1 -DBUILD_TOOLS=1 .
- echo %TIME%
build: