diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index d67e820ab4..9dc7473550 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'