mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
# Including the wrapper component to import IDF images matrix
|
|
|
|
include:
|
|
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
|
inputs:
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-latest"
|
|
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
|
inputs:
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-v6.1"
|
|
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
|
inputs:
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-v6.0"
|
|
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
|
inputs:
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-v5.5"
|
|
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
|
inputs:
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-v5.4"
|
|
- component: $CI_SERVER_FQDN/ci/actions/idf-dynamic-pipeline/ci-component@main
|
|
inputs:
|
|
build-job-tags: ["brew", "build"]
|
|
job-suffix: ":idf-v5.3"
|