ci: Run test coverage for MSYS2 job

This commit is contained in:
Emmanuele Bassi
2019-04-06 15:22:04 +01:00
parent ed65996300
commit 95b7a8ab10
2 changed files with 9 additions and 0 deletions

View File

@@ -125,10 +125,13 @@ msys2-mingw32:
- C:\msys64\usr\bin\pacman --noconfirm -Syyuu --ask 20
- C:\msys64\usr\bin\bash -lc "bash -x ./.gitlab-ci/test-msys2.sh"
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"
- _coverage/
vs2017-x64: