[at-spi2-core: 5/7] Oops, install the built binaries during the asan-build job




commit 25128838f5f0dc969a5581482b7c192a40184137
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Dec 16 14:34:30 2021 -0600

    Oops, install the built binaries during the asan-build job
    
    Otherwise the dbus configuration file will not exist.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 714dc989..e7b83439 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -127,6 +127,7 @@ asan-build:
   script:
     - CC=clang meson setup ${MESON_EXTRA_FLAGS} --prefix /usr _build .
     - meson compile -C _build
+    - meson install -C _build
     - dbus-run-session -- .gitlab-ci/run-tests.sh
   artifacts:
     name: "at-spi2-core-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"


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