From: W.C.A. Wijngaards Date: Thu, 24 Jun 2021 08:44:38 +0000 (+0200) Subject: analysis workflow, add libevent test, clang macos test. X-Git-Tag: release-1.13.2rc1~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb0a1821251adaf88ea15a0defe2332d1b89ca6f;p=thirdparty%2Funbound.git analysis workflow, add libevent test, clang macos test. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 3ca71219c..65c872aa7 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -24,11 +24,22 @@ jobs: # config: "CC=clang --enable-debug --disable-flto" # make_test: "yes" # clang_analysis: "yes" - - name: GCC on OS X + - name: Clang on Linux, libevent, clang-analysis + os: ubuntu-latest + config: "CC=clang --enable-debug --disable-flto --with-libevent" + make_test: "yes" + clang_analysis: "yes" +# - name: GCC on OS X +# os: macos-latest +# install_expat: "yes" +# config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat" +# make_test: "yes" + - name: Clang on OS X os: macos-latest install_expat: "yes" - config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat" + config: "CC=clang --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat" make_test: "yes" + clang_analysis: "yes" steps: - uses: actions/checkout@v2