From: Nathan Moinvaziri Date: Thu, 4 Jan 2024 22:20:19 +0000 (-0800) Subject: Added CI instance for WITH_NATIVE_INSTRUCTIONS. X-Git-Tag: 2.1.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8327aa8f7cf22725e35ed5ce89b5cdf84ae11da;p=thirdparty%2Fzlib-ng.git Added CI instance for WITH_NATIVE_INSTRUCTIONS. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8c3c9a7b..11fbe960 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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