From c1db098dcf740e138a9ae44129185dfab5b2f11a Mon Sep 17 00:00:00 2001 From: Siying Dong Date: Fri, 5 Aug 2016 12:24:24 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6cc2f319c..6cf968e3b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: 1.0.{build} before_build: - md %APPVEYOR_BUILD_FOLDER%\build - cd %APPVEYOR_BUILD_FOLDER%\build -- cmake -G "Visual Studio 15 Win64" -DOPTDBG=1 -DXPRESS=1 .. +- cmake -G "Visual Studio 14 2015 Win64" -DOPTDBG=1 -DXPRESS=1 .. - cd .. build: project: build\rocksdb.sln