Home
last modified time | relevance | path

Searched +full:- +full:dwith_code_coverage (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Danalyze.yml5 runs-on: ubuntu-latest
7 - name: Checkout repository
10 - name: Install packages (Ubuntu)
12 sudo apt-get install -y gcc-10
14 - name: Generate project files
16 …cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DWITH_FUZZERS=OFF -DWITH_CODE_COVERAGE
18 CC: gcc-10
19-fanalyzer -Werror -Wanalyzer-double-fclose -Wanalyzer-double-free -Wanalyzer-exposure-through-out…
22 - name: Compile source code
24 cmake --build . --config Release > /dev/null
[all …]
Dpigz.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
16 - name: Ubuntu GCC Symbol Prefix
17 os: ubuntu-latest
20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_
22 - name: Ubuntu Clang
23 os: ubuntu-latest
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]