mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-03 08:16:40 +08:00 
			
		
		
		
	Merge pull request #8641 from Docteh/vcpkg_dll
build: Ship vcpkg dlls with MSVC pr-verify builds
This commit is contained in:
		
						commit
						5c332b90c7
					
				@ -57,6 +57,10 @@ Copy-Item .\CMakeModules -Recurse -Destination $MSVC_SOURCE
 | 
			
		||||
if ("$env:GITHUB_ACTIONS" -eq "true") {
 | 
			
		||||
    echo "Hello GitHub Actions"
 | 
			
		||||
 | 
			
		||||
    # With vcpkg we now have a few more dll files
 | 
			
		||||
    ls .\build\bin\*.dll
 | 
			
		||||
    cp .\build\bin\*.dll .\artifacts\
 | 
			
		||||
 | 
			
		||||
    # Hopefully there is an exe in either .\build\bin or .\build\bin\Release
 | 
			
		||||
    cp .\build\bin\yuzu*.exe .\artifacts\
 | 
			
		||||
    Copy-Item "$BUILD_DIR\*" -Destination "artifacts" -Recurse
 | 
			
		||||
@ -112,6 +116,3 @@ Get-ChildItem . -Filter "*.zip" | Copy-Item -destination "artifacts"
 | 
			
		||||
Get-ChildItem . -Filter "*.7z" | Copy-Item -destination "artifacts"
 | 
			
		||||
Get-ChildItem . -Filter "*.tar.xz" | Copy-Item -destination "artifacts"
 | 
			
		||||
}
 | 
			
		||||
# Extra items
 | 
			
		||||
git status
 | 
			
		||||
cp .\build\src\common\scm_rev.cpp .\artifacts
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user