mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-29 23:55:22 +02:00
CI: Run test coverage for Visual Studio builds
Ensure that we do run it and upload the results.
This commit is contained in:
parent
b1e6e7fb18
commit
3e54a34e33
@ -143,10 +143,13 @@ vs2017-x64:
|
|||||||
script:
|
script:
|
||||||
- .gitlab-ci/test-msvc.bat
|
- .gitlab-ci/test-msvc.bat
|
||||||
artifacts:
|
artifacts:
|
||||||
|
reports:
|
||||||
|
junit: "_build/%CI_JOB_NAME%-report.xml"
|
||||||
name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
|
name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- _build/meson-logs
|
- _build/meson-logs
|
||||||
|
- "_build/%CI_JOB_NAME%-report.xml"
|
||||||
|
|
||||||
freebsd-11-x86_64:
|
freebsd-11-x86_64:
|
||||||
stage: build
|
stage: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user