[gnome-chess/mcatanzaro/ci] Add test dependencies to attempt to fix CI
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-chess/mcatanzaro/ci] Add test dependencies to attempt to fix CI
- Date: Wed, 21 Apr 2021 21:04:07 +0000 (UTC)
commit 8768d1182d6169fa80dca9e72bf4607ffb41e6ad
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Apr 21 16:03:30 2021 -0500
    Add test dependencies to attempt to fix CI
    
    See: gnome-build-meta#372
 data/meson.build | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 06d3dcf..a82f91d 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -27,6 +27,9 @@ if desktop_file_validate.found()
     desktop_file_validate,
     args: [
       desktop_file.full_path()
+    ],
+    dependencies: [
+      desktop_file
     ]
   )
 endif
@@ -58,7 +61,10 @@ if appstream_util.found()
     'validate-appdata', appstream_util,
     args: [
       'validate-relax', '--nonet', appdata_file.full_path()
-    ]
+    ],
+    dependencies: [
+      appdata_file
+    ],
   )
 endif
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]