OVMS3-idf/tools/test_apps/system/build_test
2020-02-19 08:13:23 +01: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

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.