From 8fb9cb147b0745542dcf06373e61f69cac8fb625 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 5 Apr 2019 13:14:21 +0300 Subject: [PATCH] gitlab/ci_template: Build gst-omx as well --- gitlab/ci_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'