Actualy build the reduced cache.

It looks like cache is only invalidated if new files are added, not old ones removed.
pull/579/head
AnyOldName3 5 years ago
parent 6f3e87ce69
commit 5934a9d145

@ -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…
Cancel
Save