mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	.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:
		
							parent
							
								
									630c25f4c1
								
							
						
					
					
						commit
						35d0425e39
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -31,5 +31,6 @@ build-native:
 | 
				
			||||||
    when: always
 | 
					    when: always
 | 
				
			||||||
    paths:
 | 
					    paths:
 | 
				
			||||||
    - build-*/wayland-*.tar.xz
 | 
					    - build-*/wayland-*.tar.xz
 | 
				
			||||||
 | 
					    - build-*/wayland*/_build/sub/*.log
 | 
				
			||||||
    - build-*/*.log
 | 
					    - build-*/*.log
 | 
				
			||||||
    - prefix-*
 | 
					    - prefix-*
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue