1
0
Fork 0
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:
AnyOldName3 2020-07-12 15:08:47 +01:00
parent 6f3e87ce69
commit 5934a9d145

View file

@ -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