mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
android: Use the new docker image
This commit is contained in:
parent
aa13631e38
commit
6542818ffb
1 changed files with 2 additions and 4 deletions
|
@ -108,14 +108,12 @@ build fedora x86_64:
|
||||||
|
|
||||||
build android arm64 api28:
|
build android arm64 api28:
|
||||||
extends: '.build'
|
extends: '.build'
|
||||||
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/android_28:f085d34a32cb8cac95cbd420344efeaa647d08d5'
|
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/ubuntu:aa13631e38cb4e1e4ee1c869aa523952dcd8cca7'
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
-Dbad=enabled
|
-Dbad=enabled
|
||||||
-Dbad:androidmedia=enabled
|
-Dbad:androidmedia=enabled
|
||||||
--cross-file /android_arm64_28.txt
|
--cross-file cross-files/android_arm64_api28.txt
|
||||||
before_script:
|
|
||||||
- cat /android_arm64_28.txt
|
|
||||||
|
|
||||||
.test:
|
.test:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
|
|
Loading…
Reference in a new issue