]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Added CI instance for WITH_NATIVE_INSTRUCTIONS.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 4 Jan 2024 22:20:19 +0000 (14:20 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 6 Jan 2024 11:16:32 +0000 (12:16 +0100)
.github/workflows/cmake.yml

index 8c3c9a7b319210399df6fbdc9a5446a937cd74df..11fbe960ad64da4687d360bf71bbcb213e20865c 100644 (file)
@@ -34,6 +34,13 @@ jobs:
             cmake-args: -DWITH_BENCHMARKS=ON
             codecov: ubuntu_gcc_benchmark
 
+          - name: Ubuntu GCC Native Instructions
+            os: ubuntu-latest
+            compiler: gcc
+            cxx-compiler: g++
+            cmake-args: -DWITH_NATIVE_INSTRUCTIONS=ON
+            codecov: ubuntu_gcc_native_inst
+
           - name: Ubuntu GCC Symbol Prefix
             os: ubuntu-latest
             compiler: gcc