gitlab-ci: run make defconfig before make all to update sdkconfig

This commit is contained in:
Ivan Grokhotkov 2016-08-23 16:19:49 +08:00
parent f19ac2b927
commit b21a5918a5

View 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: