[vala/wip/vapicheck: 2/4] vapicheck: convenient caller script
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/vapicheck: 2/4] vapicheck: convenient caller script
- Date: Fri, 29 Jan 2021 17:35:37 +0000 (UTC)
commit d6553bfbeed21cc142db9b199465894bf653b8c1
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Jan 29 18:30:39 2021 +0100
vapicheck: convenient caller script
vapicheck.sh | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/vapicheck.sh b/vapicheck.sh
new file mode 100755
index 000000000..3d9626983
--- /dev/null
+++ b/vapicheck.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+vapigen/vapicheck --dump-tree tree.vala --disable-warnings --disable-since-check vapi/$1.vapi || exit 1
+compiler/valac tree.vala --disable-warnings --disable-since-check -X -Wno-discarded-qualifiers --vapidir
vapi --pkg $1 || exit 1
+
+rm tree.vala tree.c tree
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]