2020-12-18 11:26:17 +00:00
|
|
|
name: build
|
2022-09-09 11:11:53 +01:00
|
|
|
on: [push, pull_request_target]
|
2020-12-18 10:41:27 +00:00
|
|
|
jobs:
|
2020-12-18 11:09:03 +00:00
|
|
|
linux:
|
2020-12-18 10:41:27 +00:00
|
|
|
runs-on: ubuntu-latest
|
2022-03-18 12:16:20 -06:00
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
cc: [gcc, clang]
|
2022-09-09 11:11:53 +01:00
|
|
|
target: [test, mip_test, test++, valgrind]
|
2022-03-18 12:16:20 -06:00
|
|
|
ssl: [MBEDTLS, OPENSSL]
|
|
|
|
name: linux ${{ matrix.target }} CC=${{ matrix.cc }} SSL=${{ matrix.ssl }}
|
|
|
|
env:
|
|
|
|
IPV6: 0
|
|
|
|
CC: ${{ matrix.cc }}
|
|
|
|
SSL: ${{ matrix.ssl }}
|
2020-12-18 10:41:27 +00:00
|
|
|
steps:
|
2022-03-06 21:59:25 -07:00
|
|
|
- uses: actions/checkout@v3
|
2020-12-18 10:56:35 +00:00
|
|
|
- name: Install packages
|
2022-03-18 09:03:18 +00:00
|
|
|
run: sudo apt-get update ; sudo apt-get install libmbedtls-dev valgrind
|
2022-03-18 12:16:20 -06:00
|
|
|
- name: test
|
|
|
|
run: make ${{ matrix.target }}
|
2021-09-14 12:27:02 +01:00
|
|
|
- name: unamalgamated
|
|
|
|
run: make unamalgamated
|
2021-05-28 19:05:10 +01:00
|
|
|
examples:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-06 21:59:25 -07:00
|
|
|
- uses: actions/checkout@v3
|
2022-06-29 17:02:37 +01:00
|
|
|
- run: sudo apt-get install libmbedtls-dev libpcap-dev
|
|
|
|
- run: make clean examples
|
|
|
|
- run: make clean test IPV6=0 MG_ENABLE_POLL=1
|
2020-12-18 11:09:03 +00:00
|
|
|
macos:
|
|
|
|
runs-on: macos-latest
|
|
|
|
steps:
|
2022-03-06 21:59:25 -07:00
|
|
|
- uses: actions/checkout@v3
|
2022-08-06 20:30:12 +01:00
|
|
|
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install jq mbedtls openssl
|
|
|
|
- run: make test++ upload-coverage IPV6=0 ASAN_OPTIONS=
|
|
|
|
- run: make test SSL=OPENSSL IPV6=0 ASAN_OPTIONS= OPENSSL=`echo /usr/local/Cellar/openssl*/*`
|
2022-09-09 11:11:53 +01:00
|
|
|
- run: make mip_test ASAN_OPTIONS=
|
2022-06-29 17:02:37 +01:00
|
|
|
- run: make mg_prefix
|
2020-12-18 11:12:08 +00:00
|
|
|
windows:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-06 21:59:25 -07:00
|
|
|
- uses: actions/checkout@v3
|
2022-06-29 17:02:37 +01:00
|
|
|
- run: make vc98
|
2022-08-09 19:22:47 +01:00
|
|
|
- run: make vc17
|
2022-06-29 17:02:37 +01:00
|
|
|
- run: make vc22
|
|
|
|
- run: make mingw
|
|
|
|
- run: make mingw++
|
2021-05-28 18:30:42 +01:00
|
|
|
arm:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-06 21:59:25 -07:00
|
|
|
- uses: actions/checkout@v3
|
2022-06-29 17:02:37 +01:00
|
|
|
- run: make arm
|
2022-03-18 12:16:20 -06:00
|
|
|
matrix_examples:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
example:
|
2022-06-08 13:24:41 +01:00
|
|
|
- name: esp32/device-dashboard
|
|
|
|
path: esp32/device-dashboard
|
2022-03-18 12:16:20 -06:00
|
|
|
- name: esp8266
|
|
|
|
path: esp8266
|
|
|
|
- name: stm32-freertos-tcp
|
|
|
|
path: stm32/stm32-freertos-tcp
|
|
|
|
- name: stm32-nucleo-f746z
|
|
|
|
path: stm32/stm32-nucleo-f746z
|
|
|
|
- name: stm32-nucleo-f429z
|
|
|
|
path: stm32/stm32-nucleo-f429z
|
|
|
|
- name: stm32-nucleo-h743z
|
|
|
|
path: stm32/stm32-nucleo-h743z
|
2022-05-26 13:53:36 +01:00
|
|
|
- name: stm32-nucleo-f746zg-baremetal
|
|
|
|
path: stm32/nucleo-f746zg-baremetal
|
2022-03-18 12:16:20 -06:00
|
|
|
- name: nxp-mimxrt1020-azurertos
|
|
|
|
path: nxp/nxp-mimxrt1020-azurertos
|
|
|
|
- name: nxp-frdmk66f-freertos
|
|
|
|
path: nxp/nxp-frdmk66f-freertos
|
|
|
|
- name: nxp-lpcxpresso54s018m-freertos
|
|
|
|
path: nxp/nxp-lpcxpresso54s018m-freertos
|
|
|
|
- name: nxp-mimxrt1020-freertos
|
|
|
|
path: nxp/nxp-mimxrt1020-freertos
|
|
|
|
- name: nxp-evkbimxrt1050-lwip-freertos
|
|
|
|
path: nxp/nxp-evkbimxrt1050-lwip-freertos
|
|
|
|
- name: nxp-evkmimxrt1020-lwip-freertos
|
|
|
|
path: nxp/nxp-evkmimxrt1020-lwip-freertos
|
|
|
|
- name: nxp-evkmimxrt1024-lwip-freertos
|
|
|
|
path: nxp/nxp-evkmimxrt1024-lwip-freertos
|
|
|
|
- name: nxp-evkmimxrt1060-lwip-freertos
|
|
|
|
path: nxp/nxp-evkmimxrt1060-lwip-freertos
|
|
|
|
- name: nxp-evkmimxrt1064-lwip-freertos
|
|
|
|
path: nxp/nxp-evkmimxrt1064-lwip-freertos
|
|
|
|
- name: nxp-evkmimxrt1160-cm7-lwip-freertos
|
|
|
|
path: nxp/nxp-evkmimxrt1160-cm7-lwip-freertos
|
|
|
|
- name: nxp-evkmimxrt1170-cm7-lwip-freertos
|
|
|
|
path: nxp/nxp-evkmimxrt1170-cm7-lwip-freertos
|
|
|
|
- name: nxp-frdmk64f-lwip-freertos
|
|
|
|
path: nxp/nxp-frdmk64f-lwip-freertos
|
|
|
|
- name: nxp-frdmk66f-lwip-freertos
|
|
|
|
path: nxp/nxp-frdmk66f-lwip-freertos
|
|
|
|
- name: nxp-lpcxpresso54018-lwip-freertos
|
|
|
|
path: nxp/nxp-lpcxpresso54018-lwip-freertos
|
|
|
|
- name: nxp-lpcxpresso54608-lwip-freertos
|
|
|
|
path: nxp/nxp-lpcxpresso54608-lwip-freertos
|
|
|
|
- name: nxp-lpcxpresso54618-lwip-freertos
|
|
|
|
path: nxp/nxp-lpcxpresso54618-lwip-freertos
|
|
|
|
- name: nxp-lpcxpresso54628-lwip-freertos
|
|
|
|
path: nxp/nxp-lpcxpresso54628-lwip-freertos
|
|
|
|
- name: nxp-twrk65f180m-lwip-freertos
|
|
|
|
path: nxp/nxp-twrk65f180m-lwip-freertos
|
|
|
|
- name: nxp-twrkv58f220m-lwip-freertos
|
|
|
|
path: nxp/nxp-twrkv58f220m-lwip-freertos
|
|
|
|
- name: infineon-xmc4700_4800-lwip-rtx-rtos
|
|
|
|
path: infineon/infineon-xmc4700_4800-lwip-rtx-rtos
|
2022-05-15 19:18:18 +03:00
|
|
|
- name: ti
|
|
|
|
path: ti/ti-ek-tm4c1294xl-http-server
|
2022-05-16 13:10:01 +03:00
|
|
|
- name: nucleo_f746zg-zephyr-http-client
|
|
|
|
path: zephyr/http-client
|
|
|
|
- name: nucleo_f746zg-zephyr-http-server
|
|
|
|
path: zephyr/http-server
|
|
|
|
- name: nucleo_f746zg-zephyr-mqtt-aws-client
|
|
|
|
path: zephyr/mqtt-aws-client
|
|
|
|
- name: nucleo_f746zg-zephyr-websocket-server
|
|
|
|
path: zephyr/websocket-server
|
2022-03-18 12:16:20 -06:00
|
|
|
name: ${{ matrix.example.name }}
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: ${{ matrix.example.name }}
|
2022-05-26 13:53:36 +01:00
|
|
|
run: make -C examples/${{ matrix.example.path }} build
|