]> granicus.if.org Git - esp-idf/commitdiff
ci: Build with V=0
authorAngus Gratton <angus@espressif.com>
Thu, 20 Apr 2017 03:43:20 +0000 (13:43 +1000)
committerAngus Gratton <gus@projectgus.com>
Thu, 20 Apr 2017 03:58:30 +0000 (13:58 +1000)
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

index 14c870267640d61e69b6374746d61ae81565b9de..132751e5550097ee0f8ba6df9efcc0af12020cd6 100644 (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: