blob: 0c05cca68953fcfafda7444277184765a5b65014 (
plain)
1
2
3
4
5
6
|
#!/bin/sh -e
autoreconf -i
git submodule update --init
./configure --with-mruby --with-neverbleed
make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror"
|