Commit 686a303c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Add script to ensure that packaging is good

parent b95df433
#!/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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment