mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 07:18:33 -05:00
Merge topic 'ci-wix-3.14'
adb6af6959ci: host WiX 3.14.0.8606 binaries ourselves4c32b3690dci: update to WiX 3.14.0.8606 release Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9264
This commit is contained in:
+5
-4
@@ -1,14 +1,15 @@
|
||||
$erroractionpreference = "stop"
|
||||
|
||||
$release = "v3.14.0.6526"
|
||||
$sha256sum = "4C89898DF3BCAB13E12F7CA54399C35AD273475AD2CB6284611D00AE2D063C2C"
|
||||
$filename = "wix-3.14.0.6526-win-i386"
|
||||
$release = "wix314rtm"
|
||||
$sha256sum = "13F067F38969FAF163D93A804B48EA0576790A202C8F10291F2000F0E356E934"
|
||||
#$filename = "wix314-binaries"
|
||||
$filename = "wix-3.14.0.8606-win-i386"
|
||||
$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://github.com/wixtoolset/wix3/releases/download/$release/$tarball" -OutFile "$outdir\$tarball"
|
||||
Invoke-WebRequest -Uri "https://cmake.org/files/dependencies/$tarball" -OutFile "$outdir\$tarball"
|
||||
$hash = Get-FileHash "$outdir\$tarball" -Algorithm SHA256
|
||||
if ($hash.Hash -ne $sha256sum) {
|
||||
|
||||
Reference in New Issue
Block a user