mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-18 22:58:54 +02:00
Merge branch 'backport-875-ci-win32-glib-2-60' into 'glib-2-60'
Backport !875 “CI/msys2: disable coverage reporting, lcov doesn't support gcc9 yet” to glib-2-60 See merge request GNOME/glib!886
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user