mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/ci_ssc_build_nonverbose' into 'master'
ci: Build SSC with V=0 BATCH_BUILD implies V=1, but SSC produces a *lot* of log output in verbose mode. See merge request !682
This commit is contained in:
commit
793003d0fa
@ -65,7 +65,7 @@ build_template_app:
|
|||||||
IDF_PATH: "$CI_PROJECT_DIR"
|
IDF_PATH: "$CI_PROJECT_DIR"
|
||||||
GIT_STRATEGY: clone
|
GIT_STRATEGY: clone
|
||||||
BATCH_BUILD: "1"
|
BATCH_BUILD: "1"
|
||||||
|
V: "0"
|
||||||
|
|
||||||
build_ssc:
|
build_ssc:
|
||||||
<<: *build_template
|
<<: *build_template
|
||||||
@ -79,7 +79,6 @@ build_ssc:
|
|||||||
- cd SSC
|
- cd SSC
|
||||||
- git checkout ${CI_BUILD_REF_NAME} || echo "Using SSC default branch..."
|
- git checkout ${CI_BUILD_REF_NAME} || echo "Using SSC default branch..."
|
||||||
- make defconfig
|
- make defconfig
|
||||||
- chmod +x gen_misc_ng.sh
|
|
||||||
- ./gen_misc_ng.sh
|
- ./gen_misc_ng.sh
|
||||||
|
|
||||||
build_at:
|
build_at:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user