Try running db_test during integration build
This commit is contained in:
parent
505accda38
commit
ae2dfe404b
14
appveyor.yml
14
appveyor.yml
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user