You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							20 lines
						
					
					
						
							532 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							20 lines
						
					
					
						
							532 B
						
					
					
				
								stages:
							 | 
						|
								  - build
							 | 
						|
								  - test
							 | 
						|
								  - report
							 | 
						|
								
							 | 
						|
								default:
							 | 
						|
								  image:
							 | 
						|
								    name: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36
							 | 
						|
								    entrypoint: ["/bin/sh", "-c"]
							 | 
						|
								
							 | 
						|
								include:
							 | 
						|
								  - local: '/.gitlab/templates.yml'
							 | 
						|
								  - local: '/.gitlab/Fedora-Linux-CI.yml'
							 | 
						|
								  - local: '/.gitlab/Ubuntu-20.04-CI.yml'
							 | 
						|
								  - local: '/.gitlab/Windows-CI.yml'
							 | 
						|
								  - local: '/.gitlab/macOS-CI.yml'
							 | 
						|
								  - local: '/.gitlab/coverity.yml'
							 | 
						|
								  - local: '/.gitlab/linux-metadata-validate.yml'
							 | 
						|
								  - local: '/.gitlab/doxygen.yml'
							 | 
						|
								  - local: '/.gitlab/mr_formatting.yml'
							 |