mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +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
|
cd _build
|
||||||
ninja
|
ninja
|
||||||
|
|
||||||
"${LCOV}" \
|
# FIXME: lcov doesn't support gcc9 yet:
|
||||||
--quiet \
|
# https://github.com/linux-test-project/lcov/issues/58
|
||||||
--config-file "${DIR}"/.gitlab-ci/lcovrc \
|
#"${LCOV}" \
|
||||||
--directory "${DIR}/_build" \
|
# --quiet \
|
||||||
--capture \
|
# --config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||||
--initial \
|
# --directory "${DIR}/_build" \
|
||||||
--output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov"
|
# --capture \
|
||||||
|
# --initial \
|
||||||
|
# --output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov"
|
||||||
|
|
||||||
# FIXME: fix the test suite
|
# FIXME: fix the test suite
|
||||||
meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} --no-suite flaky || true
|
meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} --no-suite flaky || true
|
||||||
|
|
||||||
"${LCOV}" \
|
# FIXME: see above
|
||||||
--quiet \
|
#"${LCOV}" \
|
||||||
--config-file "${DIR}"/.gitlab-ci/lcovrc \
|
# --quiet \
|
||||||
--directory "${DIR}/_build" \
|
# --config-file "${DIR}"/.gitlab-ci/lcovrc \
|
||||||
--capture \
|
# --directory "${DIR}/_build" \
|
||||||
--output-file "${DIR}/_coverage/${CI_JOB_NAME}.lcov"
|
# --capture \
|
||||||
|
# --output-file "${DIR}/_coverage/${CI_JOB_NAME}.lcov"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user