Add script to ensure that packaging is good

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-27 23:12:38 +09:00
parent b95df43384
commit 686a303cb5
1 changed files with 5 additions and 0 deletions

5
releasechk Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh -e
git submodule update --init
./configure --with-mruby --with-neverbleed --enable-asio-lib
make -j3 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"