Revision 18a3d839d768f3cb159bbac35fdaf7f039d970aa authored by sdong on 05 November 2019, 17:25:25 UTC, committed by sdong on 05 November 2019, 18:55:39 UTC
1 parent 1858ff2
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