[gupnp-dlna/wip/meson] ci: Clone test media before running the tests



commit d9f305d84d5bda8b6e00bbb9fb98ae7ddd4909cf
Author: Jens Georg <jensg openismus com>
Date:   Sun May 23 12:32:18 2021 +0200

    ci: Clone test media before running the tests

 .gitlab-ci.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82760c4..c3d191d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,10 +66,7 @@ check-merge-request:
     FDO_DISTRIBUTION_PACKAGES: 'clang clang-analyzer gcovr git libasan libubsan python3-gobject python3-pip 
xmlto gobject-introspection-devel gtk-doc libxml2-devel vala ninja-build gstreamer1-devel 
gstreamer1-plugins-base-devel'
     FDO_DISTRIBUTION_EXEC: |
       dnf clean all &&
-      pip3 install meson &&
-      mkdir -p /usr/local/share &&
-      cd /usr/local/share &&
-      git clone --depth=1 https://gitlab.gnome.org/GNOME/gupnp-dlna-media
+      pip3 install meson
 
 .gupnpdlna.fedora:34@x86_64:
   extends: .gupnpdlna.fedora@common
@@ -101,6 +98,7 @@ build-fedora@x86_64:
     G_SLICE: "always-malloc"
     MALLOC_CHECK_: "3"
   script:
+    - git clone --depth=1 https://gitlab.gnome.org/GNOME/gupnp-dlna-media.git tests/gupnp-dlna-media
     - cd build
     - |
       # Remove the many "CI_" variables from the environment. Meson dumps the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]