CI: Run test coverage for Visual Studio builds

Ensure that we do run it and upload the results.
This commit is contained in:
Chun-wei Fan 2019-04-08 16:51:47 +08:00
parent b1e6e7fb18
commit 3e54a34e33

View File

@ -143,10 +143,13 @@ vs2017-x64:
script:
- .gitlab-ci/test-msvc.bat
artifacts:
reports:
junit: "_build/%CI_JOB_NAME%-report.xml"
name: "glib-%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
when: always
paths:
- _build/meson-logs
- "_build/%CI_JOB_NAME%-report.xml"
freebsd-11-x86_64:
stage: build