mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -05:00
ci: update to WiX 3.14.0.8606 release
This official 3.14 release supports the `arm64` architecture. Previously we used a development version for that.
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
$erroractionpreference = "stop"
|
||||
|
||||
$release = "v3.14.0.6526"
|
||||
$sha256sum = "4C89898DF3BCAB13E12F7CA54399C35AD273475AD2CB6284611D00AE2D063C2C"
|
||||
$filename = "wix-3.14.0.6526-win-i386"
|
||||
$release = "wix314rtm"
|
||||
$sha256sum = "13F067F38969FAF163D93A804B48EA0576790A202C8F10291F2000F0E356E934"
|
||||
$filename = "wix314-binaries"
|
||||
$tarball = "$filename.zip"
|
||||
|
||||
$outdir = $pwd.Path
|
||||
$outdir = "$outdir\.gitlab"
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
#Invoke-WebRequest -Uri "https://wixtoolset.org/downloads/$release/$tarball" -OutFile "$outdir\$tarball"
|
||||
Invoke-WebRequest -Uri "https://cmake.org/files/dependencies/$tarball" -OutFile "$outdir\$tarball"
|
||||
Invoke-WebRequest -Uri "https://github.com/wixtoolset/wix3/releases/download/$release/$tarball" -OutFile "$outdir\$tarball"
|
||||
$hash = Get-FileHash "$outdir\$tarball" -Algorithm SHA256
|
||||
if ($hash.Hash -ne $sha256sum) {
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user