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:
 | 
			
		||||
  <<: *tags
 | 
			
		||||
  stage: build
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - _build
 | 
			
		||||
  script:
 | 
			
		||||
    - meson . _build/ -Ddepdatadir=/usr/share
 | 
			
		||||
    - ninja -C _build install
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user