https://github.com/facebook/rocksdb
Raw File
Tip revision: 18a3d839d768f3cb159bbac35fdaf7f039d970aa authored by sdong on 05 November 2019, 17:25:25 UTC
Add one more #include<functional>
Tip revision: 18a3d83
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
  parallel: true
  verbosity: minimal
test: off
back to top