From b484123f1b50f4ce3376fdac69fe9cb76e230659 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 15 Jan 2022 01:45:31 +0000 Subject: [PATCH] gcc and clang --- .github/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c9256f9..3e3e5643 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file + run: make -C examples/nxp/nxp-twrkv58f220m-lwip-freertos build