1#!/bin/sh -e
2
3autoreconf -i
4git submodule update --init
5./configure --with-mruby --with-neverbleed --enable-asio-lib
6make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"
7