xref: /third_party/nghttp2/releasechk (revision 2c593315)
1#!/bin/sh -e
2
3autoreconf -i
4git submodule update --init
5./configure --with-mruby --with-neverbleed
6make -j8 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror"
7