third_party_nghttp2/releasechk

7 lines
193 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2016-04-25 13:40:46 +00:00
autoreconf -i
git submodule update --init
2022-12-24 07:49:02 +00:00
./configure --with-mruby --with-neverbleed
make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror"