Skip to content

Commit

Permalink
Try running db_test during integration build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuslepukhin committed Nov 11, 2015
1 parent 505accd commit ae2dfe4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ build:
project: build\rocksdb.sln
parallel: true
verbosity: minimal
test: off
test:
test_script:
- ps: build_tools\run_ci_db_test.ps1 -Run db_test -Concurrency 16
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

2 changes: 1 addition & 1 deletion appveyordailytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
verbosity: minimal
test:
test_script:
- ps: build_tools\run_ci_db_test.ps1
- ps: build_tools\run_ci_db_test.ps1 -Run db_test -Concurrency 16
notifications:
- provider: Email
to:
Expand Down

0 comments on commit ae2dfe4

Please sign in to comment.