https://github.com/facebook/rocksdb
Raw File
Tip revision: a9a6a2f4344bd020bb8f2813746e19fae5b52e47 authored by Yueh-Hsuan Chiang on 13 October 2015, 18:06:48 UTC
Merge pull request #764 from dmittendorf/fix-java-static-packaging
Tip revision: a9a6a2f
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\ALL_BUILD.vcxproj
  verbosity: minimal
test: off
back to top