mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-12-01 03:51:00 +00:00
6 lines
215 B
Bash
Executable File
6 lines
215 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
git submodule update --init
|
|
./configure --with-mruby --with-neverbleed --enable-asio-lib
|
|
make -j3 distcheck DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-asio-lib --enable-werror"
|