mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-19 08:03:14 +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
|
||||
- name: ti
|
||||
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
|
||||
path: zephyr/http-client
|
||||
- name: nucleo_f746zg-zephyr-http-server
|
||||
@ -163,8 +174,8 @@ jobs:
|
||||
path: zephyr/mqtt-aws-client
|
||||
- name: nucleo_f746zg-zephyr-websocket-server
|
||||
path: zephyr/websocket-server
|
||||
name: ${{ matrix.example.name }}
|
||||
name: ${{ matrix.zephyrexample.name }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: ${{ matrix.example.name }}
|
||||
run: make -C examples/${{ matrix.example.path }} build
|
||||
- name: ${{ matrix.zephyrexample.name }}
|
||||
run: make -C examples/${{ matrix.zephyrexample.path }} zephyr build
|
||||
|
Loading…
Reference in New Issue
Block a user