mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 23:21:04 +08:00
gcc and clang
This commit is contained in:
parent
b60119790e
commit
b484123f1b
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user