mirror of
https://github.com/h2zero/esp-nimble-cpp.git
synced 2024-11-22 05:00:55 +01:00
add h2
This commit is contained in:
parent
cabd48aef3
commit
0c797d5b41
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html
|
# https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-docker-image.html
|
||||||
# for details.
|
# for details.
|
||||||
idf_ver: ["release-v4.4", "release-v5.1"]
|
idf_ver: ["release-v4.4", "release-v5.1"]
|
||||||
idf_target: ["esp32", "esp32s3", "esp32c2", "esp32c3", "esp32c6"]
|
idf_target: ["esp32", "esp32s3", "esp32c2", "esp32c3", "esp32c6", "esp32h2"]
|
||||||
example:
|
example:
|
||||||
- Advanced/NimBLE_Client
|
- Advanced/NimBLE_Client
|
||||||
- Advanced/NimBLE_Server
|
- Advanced/NimBLE_Server
|
||||||
|
@ -39,11 +39,13 @@ jobs:
|
||||||
idf_target: "esp32c2"
|
idf_target: "esp32c2"
|
||||||
- idf_ver: release-v4.4
|
- idf_ver: release-v4.4
|
||||||
idf_target: "esp32c6"
|
idf_target: "esp32c6"
|
||||||
|
- idf_ver: release-v4.4
|
||||||
|
idf_target: "esp32h2"
|
||||||
|
|
||||||
container: espressif/idf:${{ matrix.idf_ver }}
|
container: espressif/idf:${{ matrix.idf_ver }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: components/esp-nimble-cpp
|
path: components/esp-nimble-cpp
|
||||||
- name: Build examples
|
- name: Build examples
|
||||||
|
@ -58,7 +60,7 @@ jobs:
|
||||||
build_docs:
|
build_docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Doxygen Action
|
- name: Doxygen Action
|
||||||
uses: mattnotmitt/doxygen-action@v1.9.5
|
uses: mattnotmitt/doxygen-action@v1.9.5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue