From 7b0e6e2fc43e2342c4daf3848bc4adc2ba8ca57a Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 20 Apr 2017 13:43:20 +1000 Subject: [PATCH] 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. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14c870267..132751e55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: