third_party_nghttp2/releasechk
2022-12-24 18:41:49 +09:00

7 lines
193 B
Bash
Executable File

#!/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"