1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-30 03:38:30 +00:00

Update .gitlab-ci.yml

This commit is contained in:
psi29a 2021-09-16 13:33:06 +00:00 committed by Bret Curtis
parent 3afa46b25e
commit 1524c359fa

View file

@ -352,6 +352,7 @@ variables: &tests-targets
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolatey/" --priority=1
- choco install git --force --params "/GitAndUnixToolsOnPath" -y
- choco install 7zip -y
- choco install ccache -y
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' -y
- choco install vswhere -y
- choco install ninja -y
@ -473,6 +474,7 @@ Windows_Ninja_Tests_RelWithDebInfo:
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolatey/" --priority=1
- choco install git --force --params "/GitAndUnixToolsOnPath" -y
- choco install 7zip -y
- choco install ccache -y
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' -y
- choco install vswhere -y
- choco install python -y