Keep the build directory as an artifact
This commit is contained in:
		
				
					committed by
					
						
						Guido Günther
					
				
			
			
				
	
			
			
			
						parent
						
							2391947b34
						
					
				
				
					commit
					9b10f56ba6
				
			@ -15,6 +15,9 @@ before_script:
 | 
				
			|||||||
build_meson:
 | 
					build_meson:
 | 
				
			||||||
  <<: *tags
 | 
					  <<: *tags
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
 | 
					  artifacts:
 | 
				
			||||||
 | 
					    paths:
 | 
				
			||||||
 | 
					      - _build
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - meson . _build/ -Ddepdatadir=/usr/share
 | 
					    - meson . _build/ -Ddepdatadir=/usr/share
 | 
				
			||||||
    - ninja -C _build install
 | 
					    - ninja -C _build install
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user