mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
ci: Install sdl2 with vulkan feature
We need to update MONADO_WIN_BASE_TAG and MONADO_WIN_MAIN_TAG to trigger container rebuilding.
This commit is contained in:
parent
6032b4dc8b
commit
0f2699b02f
|
@ -43,8 +43,8 @@ stages:
|
|||
inherit:
|
||||
default: false
|
||||
variables:
|
||||
MONADO_WIN_BASE_TAG: "20221026.0"
|
||||
MONADO_WIN_MAIN_TAG: "20221026.0"
|
||||
MONADO_WIN_BASE_TAG: "20230422.0"
|
||||
MONADO_WIN_MAIN_TAG: "20230422.0"
|
||||
MONADO_BASE_IMAGE_PATH: "win2022/vs2022_base"
|
||||
MONADO_MAIN_IMAGE_PATH: "win2022/vs2022"
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
inherit:
|
||||
default: false
|
||||
variables:
|
||||
MONADO_WIN_BASE_TAG: "20221026.0"
|
||||
MONADO_WIN_MAIN_TAG: "20221026.0"
|
||||
MONADO_WIN_BASE_TAG: "20230422.0"
|
||||
MONADO_WIN_MAIN_TAG: "20230422.0"
|
||||
MONADO_BASE_IMAGE_PATH: "win2022/vs2022_base"
|
||||
MONADO_MAIN_IMAGE_PATH: "win2022/vs2022"
|
||||
|
||||
|
|
|
@ -59,6 +59,6 @@ Set-Location vcpkg
|
|||
|
||||
Get-Date
|
||||
Write-Host "Installing some base deps from vcpkg"
|
||||
./vcpkg.exe install cjson:x64-windows eigen3:x64-windows wil:x64-windows pthreads:x64-windows glslang:x64-windows libusb:x64-windows hidapi:x64-windows sdl2:x64-windows
|
||||
./vcpkg.exe install cjson:x64-windows eigen3:x64-windows wil:x64-windows pthreads:x64-windows glslang:x64-windows libusb:x64-windows hidapi:x64-windows sdl2[base,vulkan]:x64-windows
|
||||
Remove-Item -Recurse -Path downloads
|
||||
Remove-Item -Recurse -Path buildtrees
|
||||
|
|
Loading…
Reference in a new issue