mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	ci: Fix Azure PR Builds
This commit is contained in:
		
							parent
							
								
									52f54c728d
								
							
						
					
					
						commit
						bcbec6f37c
					
				| @ -1,17 +1,19 @@ | ||||
| parameters: | ||||
|   artifactSource: 'true' | ||||
|   cache: 'false' | ||||
| 
 | ||||
| steps: | ||||
| - task: DockerInstaller@0 | ||||
|   displayName: 'Prepare Environment' | ||||
|   inputs: | ||||
|     dockerVersion: '17.09.0-ce' | ||||
| - task: CacheBeta@0 | ||||
|   displayName: 'Cache Build System' | ||||
|   inputs: | ||||
|     key: yuzu-v1-$(BuildName)-$(BuildSuffix)-$(CacheSuffix) | ||||
|     path: $(System.DefaultWorkingDirectory)/ccache | ||||
|     cacheHitVar: CACHE_RESTORED | ||||
| - ${{ if eq(parameterscache, 'true') }}: | ||||
|   - task: CacheBeta@0 | ||||
|     displayName: 'Cache Build System' | ||||
|     inputs: | ||||
|       key: yuzu-v1-$(BuildName)-$(BuildSuffix)-$(CacheSuffix) | ||||
|       path: $(System.DefaultWorkingDirectory)/ccache | ||||
|       cacheHitVar: CACHE_RESTORED | ||||
| - script: chmod a+x ./.ci/scripts/$(ScriptFolder)/exec.sh && ./.ci/scripts/$(ScriptFolder)/exec.sh | ||||
|   displayName: 'Build' | ||||
| - script: chmod a+x ./.ci/scripts/$(ScriptFolder)/upload.sh && RELEASE_NAME=$(BuildName) ./.ci/scripts/$(ScriptFolder)/upload.sh | ||||
|  | ||||
| @ -19,4 +19,5 @@ jobs: | ||||
|       needSubmodules: 'true' | ||||
|   - template: ./build-single.yml | ||||
|     parameters: | ||||
|       artifactSource: 'false' | ||||
|       artifactSource: 'false' | ||||
|       cache: $(parameters.cache) | ||||
| @ -30,3 +30,4 @@ jobs: | ||||
|     - template: ./build-single.yml | ||||
|       parameters: | ||||
|         artifactSource: 'false' | ||||
|         cache: 'false' | ||||
|  | ||||
| @ -21,3 +21,5 @@ stages: | ||||
|   dependsOn: format | ||||
|   jobs: | ||||
|   - template: ./templates/build-standard.yml | ||||
|     parameters: | ||||
|       cache: 'true' | ||||
|  | ||||
| @ -15,4 +15,6 @@ stages: | ||||
|   dependsOn: format | ||||
|   jobs: | ||||
|   - template: ./templates/build-standard.yml | ||||
|   - template: ./templates/build-testing.yml | ||||
|     parameters: | ||||
|       cache: 'false' | ||||
|   - template: ./templates/build-testing.yml | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user