gitlab: Use the standard gst-ci definition
authorThibault Saunier <tsaunier@igalia.com>
Fri, 26 Apr 2019 01:07:12 +0000 (21:07 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 21:00:00 +0000 (17:00 -0400)
.gitlab-ci.yml

index d8478d8..1fa28f4 100644 (file)
@@ -1,16 +1 @@
-deploy:
-  image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora:latest'
-  stage: deploy
-
-  script:
-  - dnf install -y cmake
-  - pip3 install --upgrade hotdoc meson
-  - meson build/
-  - ninja -C build/ GStreamer-doc
-  - mv build/GStreamer-doc/html documentation/
-  - ARTIFACTS_PATH=$(echo "${CI_JOB_URL}/artifacts/documentation/index.html" |sed "s/${CI_PROJECT_NAMESPACE}/-/g" | sed "s/gitlab/${CI_PROJECT_NAMESPACE}.pages/g")
-  - printf "\n\n==========================================\n= You can find the result at $ARTIFACTS_PATH =\n==========================================\n\n"
-
-  artifacts:
-    paths:
-    - documentation/
\ No newline at end of file
+include: 'https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml'