mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 18:45:36 +00:00
Actualy build the reduced cache.
It looks like cache is only invalidated if new files are added, not old ones removed.
This commit is contained in:
parent
6f3e87ce69
commit
5934a9d145
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ MacOS:
|
|||
}
|
||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||
cache:
|
||||
key: ninja
|
||||
key: ninja-v2
|
||||
paths:
|
||||
- deps
|
||||
- MSVC2019_64_Ninja/deps/Qt
|
||||
|
@ -138,7 +138,7 @@ Windows_Ninja_RelWithDebInfo:
|
|||
}
|
||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||
cache:
|
||||
key: msbuild
|
||||
key: msbuild-v2
|
||||
paths:
|
||||
- deps
|
||||
- MSVC2019_64/deps/Qt
|
||||
|
|
Loading…
Reference in a new issue