mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	CI: upload artifacts for pull request verification
This commit is contained in:
		
							parent
							
								
									40493231ed
								
							
						
					
					
						commit
						9981ce8d98
					
				
							
								
								
									
										0
									
								
								.ci/scripts/clang/upload.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								.ci/scripts/clang/upload.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @ -4,8 +4,10 @@ | ||||
| cp license.txt "$DIR_NAME" | ||||
| cp README.md "$DIR_NAME" | ||||
| 
 | ||||
| tar -cJvf "${REV_NAME}-source.tar.xz" src externals CMakeLists.txt README.md license.txt | ||||
| cp "${REV_NAME}-source.tar.xz" "$DIR_NAME" | ||||
| if [[ "x${NO_SOURCE_PACK}" == "x" ]]; then | ||||
|   tar -cJvf "${REV_NAME}-source.tar.xz" src externals CMakeLists.txt README.md license.txt | ||||
|   cp -v "${REV_NAME}-source.tar.xz" "$DIR_NAME" | ||||
| fi | ||||
| 
 | ||||
| tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME" | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										0
									
								
								.ci/scripts/linux/upload.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								.ci/scripts/linux/upload.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										0
									
								
								.ci/scripts/windows/upload.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										0
									
								
								.ci/scripts/windows/upload.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
								
								
									
										18
									
								
								.github/workflows/verify.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/verify.yml
									
									
									
									
										vendored
									
									
								
							| @ -54,6 +54,15 @@ jobs: | ||||
|         run: ./.ci/scripts/${{ matrix.type }}/docker.sh | ||||
|         env: | ||||
|           ENABLE_COMPATIBILITY_REPORTING: "ON" | ||||
|       - name: Pack | ||||
|         run: ./.ci/scripts/${{ matrix.type }}/upload.sh | ||||
|         env: | ||||
|           NO_SOURCE_PACK: "YES" | ||||
|       - name: Upload | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: ${{ matrix.type }} | ||||
|           path: artifacts/ | ||||
|   build-msvc: | ||||
|     name: 'test build (windows, msvc)' | ||||
|     needs: format | ||||
| @ -67,6 +76,7 @@ jobs: | ||||
|           restore-keys: | | ||||
|             ${{ runner.os }}-msvc- | ||||
|       - name: Install dependencies | ||||
|         # due to how chocolatey works, only cmd.exe is supported here | ||||
|         shell: cmd | ||||
|         run: | | ||||
|           choco install vulkan-sdk wget | ||||
| @ -95,3 +105,11 @@ jobs: | ||||
|         run: cmake --build build | ||||
|       - name: Cache Summary | ||||
|         run: buildcache -s | ||||
|       - name: Pack | ||||
|         shell: pwsh | ||||
|         run: .\.ci\scripts\windows\upload.ps1 | ||||
|       - name: Upload | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: msvc | ||||
|           path: artifacts/ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user