ci: Export meson-logs from msys2-mingw32 build as artifacts

This means that compilation and test failures will leave logs on the CI
machines which we can use to debug the failures.

Always export the artifacts. The default `when: on_success` is
appropriate for now, but won’t be in future when the tests actual report
their success value correctly.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-05-28 13:11:22 +01:00
parent b84e0d1647
commit 1041504099

View File

@ -43,7 +43,9 @@ 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:
when: always
paths:
- _build/meson-logs
- _coverage/
vs2017-x64: