Update releasechk
This commit is contained in:
parent
220f49b157
commit
43bbcd35aa
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
autoreconf -i
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
./configure --with-mruby --with-neverbleed --enable-asio-lib
|
./configure --with-mruby --with-neverbleed --enable-asio-lib
|
||||||
make -j3 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"
|
make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"
|
||||||
|
|
Loading…
Reference in New Issue