nghttp2/releasechk

7 lines
229 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2016-04-25 15:40:46 +02:00
autoreconf -i
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"