dsad9
This commit is contained in:
Родитель
38e50f0236
Коммит
afbeaf0c47
|
@ -137,7 +137,7 @@ jobs:
|
|||
ServiceDirectory: ${{ parameters.ServiceDirectory }}
|
||||
TestPipeline: ${{ parameters.TestPipeline }}
|
||||
|
||||
- ${{ if or(contains(variables['CMakeArgs'], 'BUILD_TESTING'),contains(variables['CMakeArgs'], 'BUILD_PERFORMANCE_TESTS')) }}:
|
||||
- ${{ if or(contains(variables['CmakeArgs'], 'BUILD_TESTING'),contains(variables['CmakeArgs'], 'BUILD_PERFORMANCE_TESTS')) }}:
|
||||
- template: /eng/pipelines/templates/steps/cmake-build.yml
|
||||
parameters:
|
||||
ServiceDirectory: ${{ parameters.ServiceDirectory }}
|
||||
|
|
|
@ -114,7 +114,8 @@ jobs:
|
|||
# CODE_COVERAGE variable is '' (do-not-generate) in all matrix but linux-gcc
|
||||
# It is 'enabled' by default on linux-gcc but it can be opt-out by each pipeline (disabled)
|
||||
condition: and(succeededOrFailed(), ne(variables['CODE_COVERAGE'], 'disabled'), ne(variables['CODE_COVERAGE'], ''))
|
||||
- ${{ if or(contains(variables['CMakeArgs'], 'BUILD_TESTING'),contains(variables['CMakeArgs'], 'BUILD_PERFORMANCE_TESTS')) }}:
|
||||
|
||||
- ${{ if or(contains(variables['CmakeArgs'], 'BUILD_TESTING'),contains(variables['CmakeArgs'], 'BUILD_PERFORMANCE_TESTS')) }}:
|
||||
- template: /eng/pipelines/templates/steps/cmake-build.yml
|
||||
parameters:
|
||||
ServiceDirectory: ${{ parameters.ServiceDirectory }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче