From: Nathan Moinvaziri Date: Fri, 25 Jun 2021 19:53:39 +0000 (-0700) Subject: Added reduced memory cmake CI job. X-Git-Tag: 2.1.0-beta1~539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ead1d9589115338c19b99ab9109ebeaf96656e8;p=thirdparty%2Fzlib-ng.git Added reduced memory cmake CI job. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6b5cea4e1..cfbf002a2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -275,6 +275,14 @@ jobs: gcov-exec: llvm-cov-11 gcov codecov: ubuntu_clang_inflate_allow_invalid_dist + - name: Ubuntu Clang Reduced Memory + os: ubuntu-latest + compiler: clang-11 + cmake-args: -DWITH_REDUCED_MEM=ON + packages: llvm-11-tools + gcov-exec: llvm-cov-11 gcov + codecov: ubuntu_clang_reduced_mem + - name: Ubuntu Clang Memory Map os: ubuntu-latest compiler: clang-11