parent
							
								
									f601f25bcc
								
							
						
					
					
						commit
						12514ccd35
					
				| @ -14,7 +14,7 @@ steps: | ||||
|     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 && ./.ci/scripts/$(ScriptFolder)/upload.sh | ||||
| - script: chmod a+x ./.ci/scripts/$(ScriptFolder)/upload.sh && RELEASE_NAME=$(BuildName) ./.ci/scripts/$(ScriptFolder)/upload.sh | ||||
|   displayName: 'Package Artifacts' | ||||
| - publish: artifacts | ||||
|   artifact: 'yuzu-$(BuildName)-$(BuildSuffix)' | ||||
|  | ||||
| @ -4,18 +4,20 @@ jobs: | ||||
|   pool: | ||||
|     vmImage: ubuntu-latest | ||||
|   strategy: | ||||
|     maxParallel: 10 | ||||
|     maxParallel: 5 | ||||
|     matrix: | ||||
|       windows: | ||||
|         BuildSuffix: 'windows-testing' | ||||
|         ScriptFolder: 'windows' | ||||
|   steps: | ||||
|   - script: pip install requests urllib3 | ||||
|     displayName: 'Prepare Environment' | ||||
|   - task: PythonScript@0 | ||||
|     condition: eq(variables['Build.Reason'], 'PullRequest') | ||||
|     displayName: 'Determine Testing Status' | ||||
|     inputs: | ||||
|       scriptSource: 'filePath' | ||||
|       scriptPath: '../scripts/merge/check-label-presence.py' | ||||
|       scriptPath: '.ci/scripts/merge/check-label-presence.py' | ||||
|       arguments: '$(System.PullRequest.PullRequestNumber) create-testing-build' | ||||
|   - ${{ if eq(variables.enabletesting, 'true') }}: | ||||
|     - template: ./sync-source.yml | ||||
|  | ||||
| @ -1,4 +1,4 @@ | ||||
| yuzu  emulator | ||||
| yuzu emulator | ||||
| ============= | ||||
| [](https://travis-ci.org/yuzu-emu/yuzu) | ||||
| [](https://ci.appveyor.com/project/bunnei/yuzu) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Zach Hilman
						Zach Hilman