Re: [PATCH wayland] .gitlab-ci.yml: collect the distcheck error logs

2018-06-18 Thread Pekka Paalanen
On Thu, 14 Jun 2018 18:14:14 +0100
Emil Velikov  wrote:

> From: Emil Velikov 
> 
> 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 
> ---
>  .gitlab-ci.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index bc1a005..2489665 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -31,5 +31,6 @@ build-native:
>  when: always
>  paths:
>  - build-*/wayland-*.tar.xz
> +- build-*/wayland*/_build/sub/*.log
>  - build-*/*.log
>  - prefix-*

Hi,

seems to work ok, pushed:
   630c25f..35d0425  master -> master


Thanks,
pq


pgpaXqCD_YhPF.pgp
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland] .gitlab-ci.yml: collect the distcheck error logs

2018-06-14 Thread Emil Velikov
From: Emil Velikov 

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 
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc1a005..2489665 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,5 +31,6 @@ build-native:
 when: always
 paths:
 - build-*/wayland-*.tar.xz
+- build-*/wayland*/_build/sub/*.log
 - build-*/*.log
 - prefix-*
-- 
2.16.0

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel