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:
Nirbheek Chauhan 2020-09-17 23:50:56 +05:30
parent dab27ee564
commit 555c49f9d1

View file

@ -1214,6 +1214,10 @@ cerbero deps msvc x86_64:
extends: ['.cerbero deps', '.cerbero windows native']
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:
extends: ['.cerbero', '.cerbero windows native']