mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
ci: Speed up configure on windows jobs
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5018>
This commit is contained in:
parent
03011f5e5d
commit
b45317e247
1 changed files with 2 additions and 0 deletions
|
@ -447,6 +447,8 @@ build fedora clang:
|
||||||
- git add --renormalize subprojects/packagefiles
|
- git add --renormalize subprojects/packagefiles
|
||||||
- ci/scripts/handle-subprojects-cache.py subprojects/
|
- ci/scripts/handle-subprojects-cache.py subprojects/
|
||||||
- echo $env:MESON_ARGS
|
- echo $env:MESON_ARGS
|
||||||
|
# We do not pick up any deps with cmake, so speed up dependency checks
|
||||||
|
- $env:CMAKE = 'false'
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: "7 days"
|
expire_in: "7 days"
|
||||||
when: "always"
|
when: "always"
|
||||||
|
|
Loading…
Reference in a new issue