mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
separate caches for MSBuild and Ninja
This commit is contained in:
parent
81aed34588
commit
699ec9e06e
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ MacOS:
|
|||
}
|
||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||
cache:
|
||||
key: ninja
|
||||
paths:
|
||||
- deps
|
||||
- MSVC2019_64_Ninja/deps
|
||||
|
@ -137,6 +138,7 @@ Windows_Ninja_RelWithDebInfo:
|
|||
}
|
||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||
cache:
|
||||
key: msbuild
|
||||
paths:
|
||||
- deps
|
||||
- MSVC2019_64/deps
|
||||
|
|
Loading…
Reference in a new issue