]> granicus.if.org Git - esp-idf/commit
build: Fix problems with building kconfig and generating sdkconfig
authorAnton Maklakov <anton@espressif.com>
Tue, 27 Mar 2018 05:13:35 +0000 (13:13 +0800)
committerAnton Maklakov <anton@espressif.com>
Wed, 28 Mar 2018 02:39:20 +0000 (10:39 +0800)
commitf3d61015f7ecf34ef66d9b417479abae4b6ba862
treef9967883bbe993fad23aa7edc6a806847c36011c
parent2935e958fc4b43c90550364d76ae8f0a3cb8488d
build: Fix problems with building kconfig and generating sdkconfig

We had some problems:
    simultaneous compiling of kconfig in the same tree;
    attempt to use menuconfig in some examples and ut in batch mode (w/o interactive console)

Also increase debug abilities in CI:
    force non-interactive building;
    add variable DEBUG_SHELL to toggle verbosity of scripts
.gitlab-ci.yml
make/project.mk
make/project_config.mk
tools/ci/build_examples.sh
tools/ci/configure_ci_environment.sh
tools/ci/get-full-sources.sh
tools/ci/mirror-submodule-update.sh
tools/ci/mirror-synchronize.sh
tools/unit-test-app/Makefile