Skip to content

Commit

Permalink
Merge pull request #420 from david-cermak/bugfix/examples_override_path
Browse files Browse the repository at this point in the history
Add override_path in example manifests
  • Loading branch information
david-cermak authored Nov 10, 2023
2 parents e6fa2f8 + 1ee9dae commit 24f07f9
Show file tree
Hide file tree
Showing 64 changed files with 94 additions and 1,201 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdns__build-target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
idf_ver: ["latest", "release-v5.0"]
test: [ { app: example, path: "examples" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
test: [ { app: example, path: "examples/query_advertise" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
runs-on: ubuntu-20.04
container: espressif/idf:${{ matrix.idf_ver }}
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
matrix:
idf_ver: ["latest"]
idf_target: ["esp32"]
test: [ { app: example, path: "examples" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
test: [ { app: example, path: "examples/query_advertise" }, { app: unit_test, path: "tests/unit_test" }, { app: test_app, path: "tests/test_apps" } ]
needs: build_mdns
runs-on:
- self-hosted
Expand Down
1 change: 0 additions & 1 deletion ci/check_copyright_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ ignore:
- 'components/esp_modem/port/linux/**'
- 'components/asio/examples/**'
- 'components/mdns/**/esp_system_protocols_linux/**'
- 'common_components/protocol_examples_common/**'
4 changes: 0 additions & 4 deletions common_components/protocol_examples_common/CMakeLists.txt

This file was deleted.

322 changes: 0 additions & 322 deletions common_components/protocol_examples_common/Kconfig.projbuild

This file was deleted.

Loading

0 comments on commit 24f07f9

Please sign in to comment.