Make CI build debug/optimized

main
Dmitri Smirnov 9 years ago
parent ae2dfe404b
commit 7f59e33b19
  1. 2
      appveyor.yml

@ -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 12 Win64" .. - cmake -G "Visual Studio 12 Win64" -DOPTDBG=1 ..
- cd .. - cd ..
build: build:
project: build\rocksdb.sln project: build\rocksdb.sln

Loading…
Cancel
Save