mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-30 18:24:15 +01:00 
			
		
		
		
	CI: Don't check clang format on early access builds
This commit is contained in:
		
							parent
							
								
									bc30a591ba
								
							
						
					
					
						commit
						dd449ce462
					
				| @ -5,18 +5,7 @@ variables: | ||||
|   DisplayVersion: $[counter(variables['DisplayPrefix'], 1)] | ||||
| 
 | ||||
| stages: | ||||
| - stage: format | ||||
|   displayName: 'format' | ||||
|   jobs: | ||||
|   - job: format | ||||
|     displayName: 'clang' | ||||
|     continueOnError: true | ||||
|     pool: | ||||
|       vmImage: ubuntu-latest | ||||
|     steps: | ||||
|     - template: ./templates/format-check.yml | ||||
| - stage: build | ||||
|   dependsOn: format | ||||
|   displayName: 'build' | ||||
|   jobs: | ||||
|   - job: build | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user