2016-01-27 15:12:38 +01:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2016-04-25 15:40:46 +02:00
|
|
|
autoreconf -i
|
2016-01-27 15:12:38 +01:00
|
|
|
git submodule update --init
|
|
|
|
./configure --with-mruby --with-neverbleed --enable-asio-lib
|
2016-04-25 15:40:46 +02:00
|
|
|
make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"
|