.gitlab-ci.yml: collect the distcheck error logs

Currently we issue both check and distcheck, as reportedly there has
been cases in the past one works, while the other doesn't.

Yet we only collect the check artefacts (test logs).

Correct that, by picking the distcheck ones as well.
Note: the build-*/wayland*/ directory is purged by distcheck if it runs
successfully.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Emil Velikov 2018-06-14 18:14:14 +01:00 committed by Pekka Paalanen
parent 630c25f4c1
commit 35d0425e39

View File

@ -31,5 +31,6 @@ build-native:
when: always
paths:
- build-*/wayland-*.tar.xz
- build-*/wayland*/_build/sub/*.log
- build-*/*.log
- prefix-*