[four-in-a-row/gnome-3-34] Disable testing appdata file.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row/gnome-3-34] Disable testing appdata file.
- Date: Tue, 1 Dec 2020 11:28:50 +0000 (UTC)
commit 803e206e7c80481711dfa8942d0125fba8eb090c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Tue Dec 1 12:27:42 2020 +0100
Disable testing appdata file.
data/meson.build | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index d8e7043..d5fa17d 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -29,14 +29,14 @@ appdata_file = i18n.merge_file(
)
# Validate AppData file
-if appstream_util.found()
- test(
- 'validate-appdata', appstream_util,
- args: [
- 'validate', '--nonet', appdata_file.full_path()
- ]
- )
-endif
+#if appstream_util.found()
+# test(
+# 'validate-appdata', appstream_util,
+# args: [
+# 'validate', '--nonet', appdata_file.full_path()
+# ]
+# )
+#endif
# Install man page
install_man('@0@.6'.format(meson.project_name()))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]