mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
Add Android arm64 cross build
This commit is contained in:
parent
a1726fee58
commit
1f326e2693
1 changed files with 10 additions and 0 deletions
|
@ -68,3 +68,13 @@ build fedora x86_64:
|
||||||
dependencies:
|
dependencies:
|
||||||
- "manifest"
|
- "manifest"
|
||||||
|
|
||||||
|
build android arm64 api28:
|
||||||
|
extends: '.build'
|
||||||
|
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/ubuntu-build:a1726fee5841b776fcdaeda2e0ad628ce037a3c6'
|
||||||
|
variables:
|
||||||
|
MESON_ARGS: >
|
||||||
|
-Dbad=enabled
|
||||||
|
-Dbad:androidmedia=enabled
|
||||||
|
--cross-file /android_arm64_28.txt
|
||||||
|
dependencies:
|
||||||
|
- "manifest"
|
||||||
|
|
Loading…
Reference in a new issue