From 9c7c52f5b9ab72d036d2c30cec191c4fe57f1f6f Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Tue, 3 Dec 2019 10:37:16 +1100 Subject: [PATCH] gitlab: build cerbero android/ios for gst-docs examples --- gitlab/ci_template.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 4c06b2c572..e516024a23 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -386,11 +386,6 @@ valgrind ges: - $CERBERO $CERBERO_ARGS bootstrap --offline --build-tools-only - $CERBERO $CERBERO_ARGS package --offline ${CERBERO_PACKAGE_ARGS} -o $(pwd) gstreamer-1.0 - test "x${HAVE_CCACHE}" = "xyes" && ccache -s || true # eat the return value from the failing test - except: - variables: - - $CI_PROJECT_NAME == "gst-build" - - $CI_PROJECT_NAME == "gst-docs" - - $CI_PROJECT_NAME == "gst-integration-testsuites" cache: key: "${CI_JOB_NAME}" paths: @@ -595,7 +590,6 @@ build cerbero cross-android universal: - $CI_PROJECT_NAME == "gst-build" - $CI_PROJECT_NAME == "gst-omx" - $CI_PROJECT_NAME == "gstreamer-vaapi" - - $CI_PROJECT_NAME == "gst-docs" - $CI_PROJECT_NAME == "gst-integration-testsuites" # @@ -725,7 +719,6 @@ cross-android universal examples: - $CI_PROJECT_NAME == "gst-omx" - $CI_PROJECT_NAME == "gst-integration-testsuites" - $CI_PROJECT_NAME == "gstreamer-vaapi" - - $CI_PROJECT_NAME == "gst-docs" cerbero cross-android universal examples: extends: ".cross-android universal examples" @@ -851,7 +844,6 @@ build cerbero cross-ios universal: - $CI_PROJECT_NAME == "gst-integration-testsuites" - $CI_PROJECT_NAME == "gst-omx" - $CI_PROJECT_NAME == "gstreamer-vaapi" - - $CI_PROJECT_NAME == "gst-docs" - $CI_PROJECT_NAME == "gst-sharp" documentation: