mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-29 08:51:34 +00:00
Merge branch 'chocolatey-proxy' into 'master'
Add OpenMW Chocolatey proxy as source See merge request OpenMW/openmw!283
This commit is contained in:
commit
b29d313bc2
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ variables: &cs-targets
|
|||
- windows
|
||||
before_script:
|
||||
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolately/" --priority=1
|
||||
- choco install git --force --params "/GitAndUnixToolsOnPath" -y
|
||||
- choco install 7zip -y
|
||||
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' --version=3.18.0 -y
|
||||
|
@ -146,6 +147,7 @@ Windows_Ninja_CS_RelWithDebInfo:
|
|||
- windows
|
||||
before_script:
|
||||
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||
- choco source add -n=openmw-proxy -s="https://repo.openmw.org/repository/Chocolately/" --priority=1
|
||||
- choco install git --force --params "/GitAndUnixToolsOnPath" -y
|
||||
- choco install 7zip -y
|
||||
- choco install cmake.install --installargs 'ADD_CMAKE_TO_PATH=System' -y
|
||||
|
|
Loading…
Reference in a new issue