mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			289 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			289 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| include:
 | |
|   - '.gitlab/ci/templates/*.yml'
 | |
|   - '.gitlab/ci/jobs/*.yml'
 | |
| 
 | |
| workflow:
 | |
|   auto_cancel:
 | |
|     on_new_commit: interruptible
 | |
| 
 | |
| variables:
 | |
|   GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
 | |
|   GIT_DEPTH: 20
 | |
| 
 | |
| stages:
 | |
|   - build
 | |
|   - osxcross
 | |
| 
 | |
| default:
 | |
|   interruptible: true
 | 
