summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSiying Dong <siying.d@fb.com>2016-08-05 12:24:24 -0700
committerGitHub <noreply@github.com>2016-08-05 12:24:24 -0700
commitc1db098dcf740e138a9ae44129185dfab5b2f11a (patch)
tree7dd2de28e99fa212f8b7c8cc977f7ce1caec4796 /appveyor.yml
parent7da2eaf0d9daf9fe7bf1cf7851cb237c38635e0c (diff)
Update appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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