mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet
(Backport: Fix minor cherry-pick conflicts.) https://github.com/linux-test-project/lcov/issues/58 Fixes: #1795
This commit is contained in:
parent
1dfef5df6a
commit
97376f95bf
@ -42,20 +42,23 @@ meson --werror --buildtype debug _build
|
||||
cd _build
|
||||
ninja
|
||||
|
||||
"${LCOV}" \
|
||||
--quiet \
|
||||
--config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||
--directory "${DIR}/_build" \
|
||||
--capture \
|
||||
--initial \
|
||||
--output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov"
|
||||
# FIXME: lcov doesn't support gcc9 yet:
|
||||
# https://github.com/linux-test-project/lcov/issues/58
|
||||
#"${LCOV}" \
|
||||
# --quiet \
|
||||
# --config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||
# --directory "${DIR}/_build" \
|
||||
# --capture \
|
||||
# --initial \
|
||||
# --output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov"
|
||||
|
||||
# FIXME: fix the test suite
|
||||
meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} --no-suite flaky || true
|
||||
|
||||
"${LCOV}" \
|
||||
--quiet \
|
||||
--config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||
--directory "${DIR}/_build" \
|
||||
--capture \
|
||||
--output-file "${DIR}/_coverage/${CI_JOB_NAME}.lcov"
|
||||
# FIXME: see above
|
||||
#"${LCOV}" \
|
||||
# --quiet \
|
||||
# --config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||
# --directory "${DIR}/_build" \
|
||||
# --capture \
|
||||
# --output-file "${DIR}/_coverage/${CI_JOB_NAME}.lcov"
|
||||
|
Loading…
x
Reference in New Issue
Block a user