Update appveyor.yml
This commit is contained in:
parent
7da2eaf0d9
commit
c1db098dcf
@ -2,7 +2,7 @@ version: 1.0.{build}
|
|||||||
before_build:
|
before_build:
|
||||||
- md %APPVEYOR_BUILD_FOLDER%\build
|
- md %APPVEYOR_BUILD_FOLDER%\build
|
||||||
- cd %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 ..
|
- cd ..
|
||||||
build:
|
build:
|
||||||
project: build\rocksdb.sln
|
project: build\rocksdb.sln
|
||||||
|
Loading…
Reference in New Issue
Block a user