mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
gitlab-ci: run make defconfig before make all to update sdkconfig
This commit is contained in:
parent
f19ac2b927
commit
b21a5918a5
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user