From b21a5918a5e04cdfcd94a4cc5cb266b4814325b7 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 23 Aug 2016 16:19:49 +0800 Subject: [PATCH] gitlab-ci: run make defconfig before make all to update sdkconfig --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f23ccc089..329f44f8d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: