mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-30 18:48:06 +00:00
ci: update macos job to start build earlier
This commit is contained in:
parent
4569fa79e8
commit
aa551db066
1 changed files with 3 additions and 1 deletions
|
@ -227,6 +227,9 @@ flatpak:
|
||||||
|
|
||||||
macos installer stable:
|
macos installer stable:
|
||||||
stage: test
|
stage: test
|
||||||
|
needs:
|
||||||
|
- job: "windows rust docker stable"
|
||||||
|
artifacts: false
|
||||||
tags:
|
tags:
|
||||||
- gst-macos-11.1
|
- gst-macos-11.1
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -282,4 +285,3 @@ pages:
|
||||||
# This ensures that only pushes to the default branch will trigger
|
# This ensures that only pushes to the default branch will trigger
|
||||||
# a pages deploy
|
# a pages deploy
|
||||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue