mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gitlab: enable ios builds by default
They are small enough now to not impact the overall running time of a CI pipeline.
This commit is contained in:
parent
926fcc52b9
commit
aa18f639b5
1 changed files with 3 additions and 2 deletions
|
@ -854,7 +854,6 @@ cerbero cross-ios universal:
|
||||||
|
|
||||||
build cerbero cross-ios universal:
|
build cerbero cross-ios universal:
|
||||||
extends: '.cerbero cross-ios universal'
|
extends: '.cerbero cross-ios universal'
|
||||||
when: 'manual'
|
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PROJECT_NAME == "cerbero"
|
- $CI_PROJECT_NAME == "cerbero"
|
||||||
|
@ -937,7 +936,9 @@ documentation:
|
||||||
|
|
||||||
cross-ios universal examples:
|
cross-ios universal examples:
|
||||||
extends: ".cross-ios universal examples"
|
extends: ".cross-ios universal examples"
|
||||||
when: 'manual'
|
needs:
|
||||||
|
- "build cerbero cross-ios universal"
|
||||||
|
- "manifest"
|
||||||
dependencies:
|
dependencies:
|
||||||
- "build cerbero cross-ios universal"
|
- "build cerbero cross-ios universal"
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue