Skip to content

Commit 24f07f9

Browse files
authored
Merge pull request espressif#420 from david-cermak/bugfix/examples_override_path
Add override_path in example manifests
2 parents e6fa2f8 + 1ee9dae commit 24f07f9

File tree

64 files changed

+94
-1201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+94
-1201
lines changed

.github/workflows/mdns__build-target-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
idf_ver: ["latest", "release-v5.0"]
17-
test: [ { app: example, path: "examples" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
17+
test: [ { app: example, path: "examples/query_advertise" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
1818
runs-on: ubuntu-20.04
1919
container: espressif/idf:${{ matrix.idf_ver }}
2020
steps:
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
idf_ver: ["latest"]
5252
idf_target: ["esp32"]
53-
test: [ { app: example, path: "examples" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
53+
test: [ { app: example, path: "examples/query_advertise" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
5454
needs: build_mdns
5555
runs-on:
5656
- self-hosted

ci/check_copyright_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,3 @@ ignore:
6262
- 'components/esp_modem/port/linux/**'
6363
- 'components/asio/examples/**'
6464
- 'components/mdns/**/esp_system_protocols_linux/**'
65-
- 'common_components/protocol_examples_common/**'

common_components/protocol_examples_common/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

common_components/protocol_examples_common/Kconfig.projbuild

Lines changed: 0 additions & 322 deletions
This file was deleted.

0 commit comments

Comments
 (0)