https://github.com/facebook/rocksdb
Raw File
Tip revision: 6999a230ba18b6d300621bd0ad0cc7bbdafe75df authored by sdong on 09 December 2015, 00:39:10 UTC
Include ldb_tools and sst_dump_tools libraries in shared library
Tip revision: 6999a23
appveyordailytests.yml
version: 1.0.{build}
before_build:
- md %APPVEYOR_BUILD_FOLDER%\build
- cd %APPVEYOR_BUILD_FOLDER%\build
- cmake -G "Visual Studio 12 Win64" -DOPTDBG=1 ..
- cd ..
build:
  project: build\rocksdb.sln
  parallel: true
  verbosity: minimal
test:
test_script:
- ps: build_tools\run_ci_db_test.ps1
notifications:
  - provider: Email
    to:
      - svmtrocksdb@microsoft.com
    subject: "Build {{status}}"
    message: "{{message}}, {{commitId}}, ..."
    on_build_success: false
    on_build_failure: true
    on_build_status_changed: true
back to top