mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ci: add wixtoolset to windows image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4157>
This commit is contained in:
parent
734263617b
commit
bf903a05f4
2 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,4 @@ variables:
|
|||
FEDORA_TAG: '2022-12-10.0'
|
||||
INDENT_TAG: '2022-03-07.1'
|
||||
LINT_TAG: '2023-02-16.5'
|
||||
WINDOWS_TAG: '2023-01-26.0'
|
||||
WINDOWS_TAG: '2023-03-11.0'
|
||||
|
|
|
@ -18,6 +18,7 @@ RUN choco install -y git-lfs
|
|||
RUN choco install -y 7zip
|
||||
RUN choco install -y python3 --installargs 'AssociateFiles=1 PrependPath=1 Include_pip=1 Include_dev=1'
|
||||
RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64'
|
||||
RUN choco install -y wixtoolset
|
||||
|
||||
# Remove MAX_PATH limit of 260 characters
|
||||
RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `
|
||||
|
|
Loading…
Reference in a new issue