mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Switch from zip to 7z for PDBs archive on AppVeyor
This reduces its size by more than 1.5 times.
This commit is contained in:
@@ -64,7 +64,7 @@ function global:Build-Transmission([string] $PrefixDir, [string] $Arch, [string]
|
||||
New-Item -Path $ArtifactsDir -ItemType Directory -ErrorAction Ignore | Out-Null
|
||||
$MsiPackage = (Get-ChildItem (Join-Path $BuildDir dist msi 'transmission-*.msi'))[0]
|
||||
Move-Item -Path $MsiPackage.FullName -Destination $ArtifactsDir
|
||||
Invoke-NativeCommand cmake -E chdir $DebugSymbolsDir 7z a -y (Join-Path $ArtifactsDir "$($MsiPackage.BaseName)-pdb.zip")
|
||||
Invoke-NativeCommand cmake -E chdir $DebugSymbolsDir 7z a -y (Join-Path $ArtifactsDir "$($MsiPackage.BaseName)-pdb.7z")
|
||||
}
|
||||
|
||||
function global:Test-Transmission([string] $DepsPrefixDir, [string] $SourceDir) {
|
||||
|
||||
Reference in New Issue
Block a user