mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04: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
@ -75,7 +75,7 @@ MacOS:
|
|||||||
}
|
}
|
||||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||||
cache:
|
cache:
|
||||||
key: ninja
|
key: ninja-v2
|
||||||
paths:
|
paths:
|
||||||
- deps
|
- deps
|
||||||
- MSVC2019_64_Ninja/deps/Qt
|
- 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 '*'
|
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||||
cache:
|
cache:
|
||||||
key: msbuild
|
key: msbuild-v2
|
||||||
paths:
|
paths:
|
||||||
- deps
|
- deps
|
||||||
- MSVC2019_64/deps/Qt
|
- MSVC2019_64/deps/Qt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user