From: Nathan Moinvaziri Date: Tue, 23 Feb 2021 05:39:17 +0000 (-0800) Subject: Added pkgcheck macOS CI test for native instruction builds. X-Git-Tag: 2.0.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c51bfe2cec83e61597e7a2a5a83dcb8e6dc651;p=thirdparty%2Fzlib-ng.git Added pkgcheck macOS CI test for native instruction builds. --- diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index c9d6a903..add17d56 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -52,6 +52,12 @@ jobs: os: macOS-latest compiler: clang + - name: macOS Clang Native + os: macOS-latest + compiler: clang + cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON + configure-args: --native + steps: - name: Checkout repository uses: actions/checkout@v1