summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/wix.ps1
Commit message (Collapse)AuthorAgeFilesLines
* ci: host WiX 3.14.0.6526 binaries ourselvesBrad King2022-08-021-2/+3
| | | | | | | Since commit 06c6e76a12 (ci: update to WiX 3.14.0.6526, 2022-06-10, v3.24.0-rc1~4^2~2) we download the WiX binaries from `wixtoolset.org` instead of a `github.com` CDN. Avoid hitting their organization site on every CI job by hosting the binaries at `cmake.org`.
* ci: update to WiX 3.14.0.6526Brad King2022-06-131-4/+4
| | | | This version supports the `arm64` architecture.
* ci: download WiX on WindowsBrad King2021-01-211-0/+18
Avoid requiring Windows CI hosts to have WiX installed.