build: Appveyor dev 分支增加单元测试
This commit is contained in:
parent
a320208253
commit
d42bfba824
|
@ -70,12 +70,9 @@ function reportCodecov() {
|
|||
}
|
||||
}
|
||||
|
||||
$branch = $($env:APPVEYOR_REPO_BRANCH)
|
||||
if ($branch -ne "dev") {
|
||||
installDB
|
||||
installCoveralls
|
||||
installCodecov
|
||||
runUnitTest
|
||||
reportCoveralls
|
||||
reportCodecov
|
||||
}
|
||||
installDB
|
||||
installCoveralls
|
||||
installCodecov
|
||||
runUnitTest
|
||||
reportCoveralls
|
||||
reportCodecov
|
||||
|
|
Loading…
Reference in New Issue