27 lines
708 B
Text
27 lines
708 B
Text
summary: clang-format-diff
|
|
test: "$WITH_SCL ./test.sh"
|
|
framework: shell
|
|
tier: 1
|
|
component:
|
|
- llvm-toolset
|
|
- clang
|
|
extra-summary: /tools/clang/clang-format-diff
|
|
extra-task: /tools/clang/clang-format-diff
|
|
extra-nitrate: TC#0614126
|
|
|
|
adjust:
|
|
# Common requirements when LLVM is not SCL-ized
|
|
- require:
|
|
- clang-tools-extra
|
|
when: "collection is not defined"
|
|
|
|
# Requirements for SCL-ized LLVM
|
|
- require:
|
|
- llvm-toolset-13.0-clang-tools-extra
|
|
when: "collection == llvm-toolset-13.0"
|
|
- require:
|
|
- llvm-toolset-14.0-clang-tools-extra
|
|
when: "collection == llvm-toolset-14.0"
|
|
- require:
|
|
- llvm-toolset-15.0-clang-tools-extra
|
|
when: "collection == llvm-toolset-15.0"
|