]> granicus.if.org Git - esp-idf/commitdiff
gitlab-ci: run make defconfig before make all to update sdkconfig
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 23 Aug 2016 08:19:49 +0000 (16:19 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 23 Aug 2016 08:19:49 +0000 (16:19 +0800)
.gitlab-ci.yml

index 3f23ccc089bcf7b2d867f9e5d2b021580f8685c2..329f44f8d9395d19bb7be8d23409e2436266024a 100644 (file)
@@ -15,6 +15,7 @@ build_template_app:
   script:
     - git clone https://github.com/espressif/esp-idf-template.git
     - cd esp-idf-template
+    - make defconfig
     - make all
 
 test_nvs_on_host: