mirror of https://github.com/facebook/rocksdb.git
Update appveyor.yml
This commit is contained in:
parent
c1db098dcf
commit
86396cc189
|
@ -2,7 +2,7 @@ version: 1.0.{build}
|
|||
before_build:
|
||||
- md %APPVEYOR_BUILD_FOLDER%\build
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\build
|
||||
- cmake -G "Visual Studio 14 2015 Win64" -DOPTDBG=1 -DXPRESS=1 ..
|
||||
- cmake -G "Visual Studio 14 Win64" -DOPTDBG=1 -DXPRESS=1 ..
|
||||
- cd ..
|
||||
build:
|
||||
project: build\rocksdb.sln
|
||||
|
|
Loading…
Reference in New Issue