mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
.gitlab-ci/test-msvc.bat: Generate cover report for tests
...for Visual Studio builds in the CI.
This commit is contained in:
parent
95b7a8ab10
commit
b1e6e7fb18
@ -14,6 +14,11 @@ meson test -C _build --timeout-multiplier %MESON_TEST_TIMEOUT_MULTIPLIER% --no-s
|
||||
|
||||
:: FIXME: can we get code coverage support?
|
||||
|
||||
|
||||
python "%CD%\.gitlab-ci\meson-junit-report.py" --project-name glib ^
|
||||
--job-id "%CI_JOB_NAME%" --output "%CD%/_build/%CI_JOB_NAME%-report.xml" ^
|
||||
"%CD%/_build/meson-logs/testlog.json"
|
||||
|
||||
goto :EOF
|
||||
:error
|
||||
exit /b 1
|
||||
|
Loading…
Reference in New Issue
Block a user