[gnome-online-accounts/wip/hadess/build-fix: 2/3] ci: Test installing the build




commit e661cc8645fa4582c460f20f766ec136cd207bb2
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 12 11:08:13 2022 +0200

    ci: Test installing the build
    
    This would have caught the build breaking on installation.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e194baa5..e407454a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,7 @@ build-meson:
     - meson setup -Dgtk_doc=true _build
     - meson compile -C _build
     - meson test -C _build
+    - meson install -C _build
 
 build-meson-nobackend:
   image: fedora:latest
@@ -27,3 +28,4 @@ build-meson-nobackend:
     - meson setup -Dgtk_doc=false -Dgoabackend=false _build
     - meson compile -C _build
     - meson test -C _build
+    - meson install -C _build


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