Add script to ensure that packaging is good
This commit is contained in:
parent
b95df43384
commit
686a303cb5
|
@ -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"
|
Loading…
Reference in New Issue