OVMS3-idf/tools/test_apps/system/build_test
2020-03-11 18:03:21 +08:00
..
main ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
CMakeLists.txt ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
README.txt ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
sdkconfig.ci.custom_uart ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
sdkconfig.ci.phy_multiple_init_data esp32s2: fix when enable multi phy init data bin compile err. 2020-03-11 18:03:21 +08:00
sdkconfig.ci.trax ci: add build test for TRAX feature 2020-02-19 14:02:35 +01:00

This project is for testing if the application can be built with a particular sdkconfig setting.

To add new configuration, create one more sdkconfig.ci.NAME file in this directory.
To make the configuration target-specific, add a CONFIG_IDF_TARGET="name" line.

If you need to test for anything other than building, create another test project.