mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-24 14:16:15 +08:00
commit
9c60a1bc10
17
.github/workflows/test.yml
vendored
17
.github/workflows/test.yml
vendored
@ -155,6 +155,17 @@ jobs:
|
|||||||
path: infineon/infineon-xmc4700_4800-lwip-rtx-rtos
|
path: infineon/infineon-xmc4700_4800-lwip-rtx-rtos
|
||||||
- name: ti
|
- name: ti
|
||||||
path: ti/ti-ek-tm4c1294xl-http-server
|
path: ti/ti-ek-tm4c1294xl-http-server
|
||||||
|
name: ${{ matrix.example.name }}
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: ${{ matrix.example.name }}
|
||||||
|
run: make -C examples/${{ matrix.example.path }} build
|
||||||
|
matrix_zephyr_examples:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
zephyrexample:
|
||||||
- name: nucleo_f746zg-zephyr-http-client
|
- name: nucleo_f746zg-zephyr-http-client
|
||||||
path: zephyr/http-client
|
path: zephyr/http-client
|
||||||
- name: nucleo_f746zg-zephyr-http-server
|
- name: nucleo_f746zg-zephyr-http-server
|
||||||
@ -163,8 +174,8 @@ jobs:
|
|||||||
path: zephyr/mqtt-aws-client
|
path: zephyr/mqtt-aws-client
|
||||||
- name: nucleo_f746zg-zephyr-websocket-server
|
- name: nucleo_f746zg-zephyr-websocket-server
|
||||||
path: zephyr/websocket-server
|
path: zephyr/websocket-server
|
||||||
name: ${{ matrix.example.name }}
|
name: ${{ matrix.zephyrexample.name }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: ${{ matrix.example.name }}
|
- name: ${{ matrix.zephyrexample.name }}
|
||||||
run: make -C examples/${{ matrix.example.path }} build
|
run: make -C examples/${{ matrix.zephyrexample.path }} zephyr build
|
||||||
|
Loading…
Reference in New Issue
Block a user