forked from espressif/esp-protocols
fix(console): Ignore eth_init hidden config warning
This commit is contained in:
@ -13,9 +13,13 @@ jobs:
|
|||||||
name: Build
|
name: Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
idf_ver: ["latest", "release-v5.0"]
|
idf_ver: ["latest", "release-v5.1", "release-v5.0"]
|
||||||
idf_target: ["esp32"]
|
idf_target: ["esp32"]
|
||||||
test: [ { app: ifconfig-basic, path: "components/console_cmd_ifconfig/examples"}]
|
test: [ { app: ifconfig-basic, path: "components/console_cmd_ifconfig/examples"}]
|
||||||
|
include:
|
||||||
|
- idf_ver: "latest"
|
||||||
|
warning: "the choice symbol ETHERNET_PHY_LAN867X"
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container: espressif/idf:${{ matrix.idf_ver }}
|
container: espressif/idf:${{ matrix.idf_ver }}
|
||||||
steps:
|
steps:
|
||||||
@ -24,6 +28,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }} for ${{ matrix.idf_target }}
|
- name: Build ${{ matrix.test.app }} with IDF-${{ matrix.idf_ver }} for ${{ matrix.idf_target }}
|
||||||
|
env:
|
||||||
|
EXPECTED_WARNING: ${{ matrix.warning }}
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{matrix.test.path}}
|
working-directory: ${{matrix.test.path}}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user