[ghex/bilelmoussaoui/gitlab-ci] Meson: validate appdata file without network access



commit e36550a06cb4806bf90494e47d80667f3a7a56fe
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Jun 10 16:23:33 2019 +0000

    Meson: validate appdata file without network access
    
    We don't have network access on Flathub, same for a lot of distros running the tests. Disable screenshots 
testing as part of the CI

 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 2263771..28483f2 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -58,6 +58,6 @@ if appstream_util_prg.found()
   test(
     'Validate appstream file',
     appstream_util_prg,
-    args: ['validate', ghex_appdata]
+    args: ['validate', '--nonet', ghex_appdata]
   )
 endif


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