Revision a6962edf8134a7bce98611c2d592b8370161603a authored by Igor Canadi on 23 October 2015, 00:14:52 UTC, committed by Igor Canadi on 23 October 2015, 00:14:52 UTC
2 parent s 8c11c5d + 3c750b5
Raw File
appveyor.yml
version: 1.0.{build}
before_build:
- md %APPVEYOR_BUILD_FOLDER%\build
- cd %APPVEYOR_BUILD_FOLDER%\build
- cmake -G "Visual Studio 12 Win64" ..
- cd ..
build:
  project: build\rocksdb.sln
  parallel: true
  verbosity: minimal
test: off
back to top