mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 11:03:11 +00:00
23 lines
682 B
YAML
23 lines
682 B
YAML
# Place the default settings in `.gitlab/ci/common.yml` instead
|
|
|
|
include:
|
|
- project: "ci/actions/common"
|
|
file:
|
|
- "templates/stable/default-workflow.yml"
|
|
- "templates/idf/deploy-github.yml"
|
|
- "templates/idf/deploy-docs.yml"
|
|
- ".gitlab/ci/danger.yml"
|
|
- ".gitlab/ci/common.yml"
|
|
- ".gitlab/ci/rules.yml"
|
|
- ".gitlab/ci/upload_cache.yml"
|
|
- ".gitlab/ci/docs.yml"
|
|
- ".gitlab/ci/static-code-analysis.yml"
|
|
- ".gitlab/ci/pre_commit.yml"
|
|
- ".gitlab/ci/pre_check.yml"
|
|
- ".gitlab/ci/build.yml"
|
|
- ".gitlab/ci/integration_test.yml"
|
|
- ".gitlab/ci/host-test.yml"
|
|
- ".gitlab/ci/deploy.yml"
|
|
- ".gitlab/ci/post_deploy.yml"
|
|
- ".gitlab/ci/test-win.yml"
|