~singpolyma/biboumi

87d00ebe2d4e7a006359770ac9e551c2bb2ea392 — Florent Le Coz 9 years ago 296a16f
Coverage cannot run with clang++
1 files changed, 1 insertions(+), 1 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -1
@@ 9,7 9,7 @@ botan_cares_systemd_idn:
clang_botan_cares_systemd_idn:
  script:
    - cmake .. -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DWITH_BOTAN=1 -DWITH_CARES=1 -DWITH_SYSTEMD=1 -DWITH_LIBIDN=1
    - make -j$(nproc) biboumi coverage
    - make -j$(nproc) biboumi check

botan_cares_systemd:
  script: