From: Nathan Moinvaziri Date: Sat, 10 Jul 2021 17:08:53 +0000 (-0700) Subject: Added CI instances for CTZLL and CTZ builtin existence to improve code coverage. X-Git-Tag: 2.0.6~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e08cb8e5972299644857cb808fcdb1ea63873b3a;p=thirdparty%2Fzlib-ng.git Added CI instances for CTZLL and CTZ builtin existence to improve code coverage. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6b5cea4e..edbc528d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,6 +34,18 @@ jobs: codecov: ubuntu_gcc_o3 cflags: -O3 + - name: Ubuntu GCC No CTZLL + os: ubuntu-latest + compiler: gcc + cmake-args: -DWITH_OPTIM=OFF -DHAVE_BUILTIN_CTZLL=OFF + codecov: ubuntu_gcc_no_ctzll + + - name: Ubuntu GCC No CTZ + os: ubuntu-latest + compiler: gcc + cmake-args: -DWITH_OPTIM=OFF -DHAVE_BUILTIN_CTZLL=OFF -DHAVE_BUILTIN_CTZ=OFF + codecov: ubuntu_gcc_no_ctz + - name: Ubuntu GCC Link Zlib os: ubuntu-latest compiler: gcc