ci: Build with V=0

BATCH_BUILD implies V=1, but SSC produces a *lot* of log output in verbose mode.

For now, disable setting V=1 for all CI build modes.
This commit is contained in:
Angus Gratton 2017-04-20 13:43:20 +10:00 committed by Angus Gratton
parent 29b32be97c
commit 7b0e6e2fc4
1 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@ build_template_app:
IDF_PATH: "$CI_PROJECT_DIR"
GIT_STRATEGY: clone
BATCH_BUILD: "1"
V: "0"
build_ssc:
<<: *build_template
@ -79,7 +79,6 @@ build_ssc:
- cd SSC
- git checkout ${CI_BUILD_REF_NAME} || echo "Using SSC default branch..."
- make defconfig
- chmod +x gen_misc_ng.sh
- ./gen_misc_ng.sh
build_at: