mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:06:12 +00:00
cerbero ci: Also disable the deps build
There seems to be some issues uploading the cache from the Windows runner. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/344>
This commit is contained in:
parent
dab27ee564
commit
555c49f9d1
1 changed files with 4 additions and 0 deletions
|
@ -1214,6 +1214,10 @@ cerbero deps msvc x86_64:
|
||||||
extends: ['.cerbero deps', '.cerbero windows native']
|
extends: ['.cerbero deps', '.cerbero windows native']
|
||||||
script:
|
script:
|
||||||
- C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_deps_script"
|
- C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_deps_script"
|
||||||
|
rules:
|
||||||
|
- if: '$CI_PROJECT_NAME == "cerbero"'
|
||||||
|
when: 'manual'
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
build cerbero msvc x86_64:
|
build cerbero msvc x86_64:
|
||||||
extends: ['.cerbero', '.cerbero windows native']
|
extends: ['.cerbero', '.cerbero windows native']
|
||||||
|
|
Loading…
Reference in a new issue