mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
add CI build for ugoira feature
This commit is contained in:
6
scripts/build_libzip.sh
Executable file
6
scripts/build_libzip.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
export PREFIX=`pwd`/clib
|
||||
mkdir -p cbuild && cd cbuild || exit 1
|
||||
git clone --depth 1 'https://github.com/nih-at/libzip' && cd libzip || exit 1
|
||||
mkdir -p build && cd build || exit 1
|
||||
cmake -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$PREFIX" -DBUILD_TOOLS=OFF -DBUILD_REGRESS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_DOC=OFF ../ || exit 1
|
||||
make -j8 && make install || exit 1
|
||||
Reference in New Issue
Block a user