Commit 461098fd authored by nanahira's avatar nanahira

improve ci

parent 61f795e2
...@@ -14,7 +14,7 @@ fi ...@@ -14,7 +14,7 @@ fi
install_path="$PWD/libevent-stable" install_path="$PWD/libevent-stable"
cd libevent-2.0.22-stable cd libevent-2.0.22-stable
./configure "--prefix=$install_path" --disable-openssl --enable-static=yes --enable-shared=no ./configure "--prefix=$install_path" --disable-openssl --enable-static=yes --enable-shared=no "$@"
make -j$(nproc) make -j$(nproc)
make install make install
cd .. cd ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment