[gnome-software] ci: Enable sysprof in some CI builds



commit e2960976c6608588fb91c4df48c4bef68ad0776e
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Jul 7 11:58:12 2020 +0100

    ci: Enable sysprof in some CI builds
    
    Enable it in the Fedora CI, but disable it in the Debian CI, so that we
    get coverage of the enabled and disabled paths.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 95700ea3..dfa097b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ fedora-x86_64:
     - meson ${MESON_COMMON_OPTIONS}
             -Drpm_ostree=true
             -Dmalcontent=true
+            -Dsysprof=enabled
             _build
     - ninja -C _build
     - .gitlab-ci/run-tests.sh
@@ -43,6 +44,7 @@ debian-stable-x86_64:
     - meson ${MESON_COMMON_OPTIONS}
             -Drpm_ostree=false
             -Dmalcontent=false
+            -Dsysprof=disabled
             _build
     - ninja -C _build
     - .gitlab-ci/run-tests.sh


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