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:
parent
3afa46b25e
commit
1524c359fa
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue