gitlab/ci_template: Build gst-omx as well
This commit is contained in:
parent
1a3f1f66cd
commit
8fb9cb147b
@ -118,14 +118,14 @@ build fedora x86_64:
|
||||
stage: 'build'
|
||||
image: $FEDORA_IMAGE
|
||||
variables:
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled"
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Domx=enabled -Dgst-omx:target=generic"
|
||||
|
||||
build nodebug fedora x86_64:
|
||||
extends: '.build'
|
||||
stage: 'build'
|
||||
image: $FEDORA_IMAGE
|
||||
variables:
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false"
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic"
|
||||
|
||||
.test:
|
||||
stage: 'test'
|
||||
|
Loading…
x
Reference in New Issue
Block a user