]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added pkgcheck macOS CI test for native instruction builds.
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 23 Feb 2021 05:39:17 +0000 (21:39 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 26 Feb 2021 08:30:01 +0000 (09:30 +0100)
.github/workflows/pkgcheck.yml

index c9d6a9032d6a93bd41873c02261fd7d7910efd9b..add17d5653e5727fec207328bdeb1c2566369381 100644 (file)
@@ -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