]> granicus.if.org Git - esp-idf/commit
idf.py: Fix execution order for dependent tasks
authorSergei Silnov <sergei.silnov@espressif.com>
Wed, 21 Aug 2019 12:24:14 +0000 (14:24 +0200)
committerSergei Silnov <sergei.silnov@espressif.com>
Mon, 16 Sep 2019 14:48:57 +0000 (22:48 +0800)
commit1faa69a01bf5ee651d80d7c9fb32b062bf3d57ba
tree678fb493f1ad529a43d4beaa2336c482e702dd2f
parentc27fd32fbeb61dba06b4a6334362155d6c6187d3
idf.py: Fix execution order for dependent tasks

Closes https://github.com/espressif/esp-idf/issues/3948

Add tests for idf.py
Move param check from cmake to idf_py test
Refactor task processing for idf.py
Add code comments
Fix an issue when options for dependent tasks are ignored
Add check for dupes in command list
tools/ci/config/host-test.yml
tools/ci/executable-list.txt
tools/ci/test_build_system_cmake.sh
tools/idf.py
tools/test_idf_py/test_idf_py.py [new file with mode: 0755]