From: Nathan Moinvaziri Date: Fri, 10 Jul 2020 20:51:41 +0000 (-0700) Subject: Added CI instance and coverage for USE_MMAP define in minigzip. X-Git-Tag: 1.9.9-b1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4680bccb98c2871fecb42fca4ff050b63036d21d;p=thirdparty%2Fzlib-ng.git Added CI instance and coverage for USE_MMAP define in minigzip. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7dbf1d7f..c257540a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,6 +34,7 @@ jobs: Ubuntu Clang, Ubuntu Clang Inflate Strict, Ubuntu Clang Inflate Allow Invalid Dist, + Ubuntu Clang Memory Map, Ubuntu Clang Debug, Ubuntu Clang MSAN, Windows MSVC Win32, @@ -232,6 +233,14 @@ jobs: gcov-exec: llvm-cov-6.0 gcov codecov: ubuntu_clang_inflate_allow_invalid_dist + - name: Ubuntu Clang Memory Map + os: ubuntu-latest + compiler: clang + cflags: -DUSE_MMAP + packages: llvm-6.0 + gcov-exec: llvm-cov-6.0 gcov + codecov: ubuntu_clang_mmap + - name: Ubuntu Clang Debug os: ubuntu-latest compiler: clang