mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #2038 from MerryMage/rm-tests
appveyor: Remove tests.exe and tests.pdb from archive
This commit is contained in:
		
						commit
						b9c857be81
					
				@ -43,6 +43,10 @@ on_success:
 | 
			
		||||
            # Where are these spaces coming from? Regardless, let's remove them
 | 
			
		||||
            $BUILD_NAME = "citra-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
 | 
			
		||||
            $BUILD_NAME_NOQT = "citra-noqt-${GITDATE}-${GITREV}-windows-amd64.7z" -replace " ",""
 | 
			
		||||
 | 
			
		||||
            # Remove unnecessary files
 | 
			
		||||
            rm .\build\bin\release\*tests*
 | 
			
		||||
 | 
			
		||||
            # Zip up the build folder and documentation
 | 
			
		||||
            7z a $BUILD_NAME .\build\bin\release\* .\license.txt .\README.md
 | 
			
		||||
            # Do a second archive with only the binaries (excludes dlls) and documentation
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user