Revision cfaa33f9a5de1c1d80b213cfe8fffcc1dd50168a authored by agiardullo on 19 October 2015, 19:40:15 UTC, committed by agiardullo on 19 October 2015, 20:08:18 UTC
Summary: Remove warning about an issue that was resolved.  Turns out the issue was a false-alarm.

Test Plan: n/a

Reviewers: igor, yhchiang, rven, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D49011
1 parent ec1f835
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\ALL_BUILD.vcxproj
  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