nghttp2/releasechk

7 lines
193 B
Plaintext
Raw Permalink Normal View History

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