summaryrefslogtreecommitdiffstats
path: root/releasechk
diff options
context:
space:
mode:
Diffstat (limited to 'releasechk')
-rwxr-xr-xreleasechk6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasechk b/releasechk
new file mode 100755
index 0000000..0c05cca
--- /dev/null
+++ b/releasechk
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+autoreconf -i
+git submodule update --init
+./configure --with-mruby --with-neverbleed
+make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror"