forked from espressif/esp-idf
gitlab-ci: run make defconfig before make all to update sdkconfig
This commit is contained in:
@@ -15,6 +15,7 @@ build_template_app:
|
|||||||
script:
|
script:
|
||||||
- git clone https://github.com/espressif/esp-idf-template.git
|
- git clone https://github.com/espressif/esp-idf-template.git
|
||||||
- cd esp-idf-template
|
- cd esp-idf-template
|
||||||
|
- make defconfig
|
||||||
- make all
|
- make all
|
||||||
|
|
||||||
test_nvs_on_host:
|
test_nvs_on_host:
|
||||||
|
Reference in New Issue
Block a user