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
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