gcc and clang

This commit is contained in:
Sergey Lyubka 2022-01-15 01:45:31 +00:00
parent b60119790e
commit b484123f1b

View File

@ -7,8 +7,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install packages
run: sudo apt-get install libmbedtls-dev
- name: make
run: make test test++ IPV6=0
- name: gcc
run: make test test++ IPV6=0 CC=gcc
- name: clang
run: make test test++ IPV6=0 CC=clang
- name: openssl
run: make test SSL=OPENSSL IPV6=0
- name: unamalgamated
@ -206,4 +208,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: nxp-twrkv58f220m-lwip-freertos
run: make -C examples/nxp/nxp-twrkv58f220m-lwip-freertos build
run: make -C examples/nxp/nxp-twrkv58f220m-lwip-freertos build