Merge pull request #274 from david-cermak/bugfix/ci_mdns_all_targets

mdns: Build all targets and releases
This commit is contained in:
david-cermak
2023-04-18 10:38:46 +02:00
committed by GitHub
7 changed files with 48 additions and 123 deletions

View File

@ -0,0 +1,11 @@
components/mdns/examples:
disable:
- if: IDF_TARGET in ["esp32h2"]
components/mdns/tests/unit_test:
disable:
- if: IDF_TARGET in ["esp32h2"]
components/mdns/tests/test_apps:
disable:
- if: IDF_TARGET in ["esp32h2"]

View File

@ -0,0 +1,3 @@
CONFIG_IDF_TARGET="esp32"
CONFIG_UNITY_ENABLE_FIXTURE=y
CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=n