]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
analysis workflow, add libevent test, clang macos test.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 08:44:38 +0000 (10:44 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 24 Jun 2021 08:44:38 +0000 (10:44 +0200)
.github/workflows/analysis_ports.yml

index 3ca71219cf1f0b87c3f7f953114412a59bd48b2a..65c872aa7fd765aa7b21c308c37226ae4294907d 100644 (file)
@@ -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