Update appveyor.yml

main
Siying Dong 8 years ago committed by GitHub
parent 34723b4c4a
commit 7da2eaf0d9
  1. 2
      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 12 Win64" -DOPTDBG=1 -DXPRESS=1 ..
- cmake -G "Visual Studio 15 Win64" -DOPTDBG=1 -DXPRESS=1 ..
- cd ..
build:
project: build\rocksdb.sln

Loading…
Cancel
Save