diff options
author | Brad King <brad.king@kitware.com> | 2024-03-21 20:38:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-24 19:26:39 (GMT) |
commit | cfe5bbdc54d59833047689ad416466d7fd9073f1 (patch) | |
tree | b2a75f82500108260a504efffb500fee5254fc09 /.gitlab/.gitignore | |
parent | c8e2694679c2be02bbd3d8dbb98278b2ee977147 (diff) | |
download | CMake-cfe5bbdc54d59833047689ad416466d7fd9073f1.zip CMake-cfe5bbdc54d59833047689ad416466d7fd9073f1.tar.gz CMake-cfe5bbdc54d59833047689ad416466d7fd9073f1.tar.bz2 |
ci: Add scripts to provide WiX 4 package on Windows
Run `.gitlab/ci/repackage/wix.ps1` with `-version 4.0.4`
and host the package file ourselves.
Diffstat (limited to '.gitlab/.gitignore')
-rw-r--r-- | .gitlab/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/.gitignore b/.gitlab/.gitignore index fd9cf8b..552c02c 100644 --- a/.gitlab/.gitignore +++ b/.gitlab/.gitignore @@ -22,5 +22,6 @@ /unstable-jom* /watcom /wix3 +/wix4 /clang-tidy-fixes /num_warnings.txt |