mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
800c46e67c
Make sure we set autocrlf to false, which is needed by cerbero. Additionally remove useless for the container integrations with the shell. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/333>
6 lines
409 B
PowerShell
6 lines
409 B
PowerShell
Write-Host "Installing Choco"
|
|
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
|
Write-Host "Installing Choco packages"
|
|
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
|
choco install -y git --params "/NoAutoCrlf /NoCredentialManager /NoShellHereIntegration /NoGuiHereIntegration /NoShellIntegration"
|
|
choco install -y python3 git-lfs 7zip
|