[gnome-initial-setup/52-desktop-file: 1/2] ci: Test that the 'install' target works




commit a3c67dfc7fb90d207ae7be569195e0183aeb3e39
Author: Will Thompson <wjt endlessos org>
Date:   Fri Feb 12 11:53:11 2021 +0000

    ci: Test that the 'install' target works

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0914ed70..404f240a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,8 @@ stages:
     - ninja -v
     # Check that strings can be extracted
     - ninja -v gnome-initial-setup-pot
+    # Check the package can be installed
+    - DESTDIR=$(mktemp -d) ninja -v install
     - meson test
   artifacts:
     when: on_failure


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