dsad8
This commit is contained in:
Родитель
04e692bb48
Коммит
38e50f0236
|
@ -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,7 @@ 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 }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче