[mutter/gbsneto/profiling-for-real: 159/162] ci: Install Sysprof 3.38.1




commit 188d90f0ea0d83cdeb20b9a062633bd8ed97e3c1
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Dec 1 10:30:22 2020 -0300

    ci: Install Sysprof 3.38.1
    
    Seems like the subproject is broken when running in the CI, let's
    install it using the helper script.

 .gitlab-ci.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41b2360564..8cb56effe5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,17 @@ stages:
           https://gitlab.gnome.org/GNOME/gdm.git \
           3.38.0 . &&
 
+      ./.gitlab-ci/install-meson-project.sh \
+          -Denable_gtk=false \
+          -Dhelp=false \
+          -Dlibunwind=false \
+          -Dwith_sysprofd=none \
+          -Denable_tools=false \
+          -Denable_tests=false \
+          -Denable_examples=false \
+          https://gitlab.gnome.org/GNOME/sysprof.git \
+          3.38.1 . &&
+
       dnf clean all
 
 default:


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