Revision ccc8c10c0c2a5625caf33157d3069280f7d8f6f0 authored by SherlockNoMad on 31 October 2015, 01:33:01 UTC, committed by SherlockNoMad on 31 October 2015, 01:33:01 UTC
1 parent 550af4e
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