mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
Make releases with docker
This is slightly different from the current procedure because now android and mingw binaries are built from source code fetched from the remote repository.
This commit is contained in:
parent
2a809a99cd
commit
85142435c6
5 changed files with 45 additions and 41 deletions
|
@ -31,14 +31,6 @@
|
|||
# version. If you delete this exception statement from all source
|
||||
# files in the program, then also delete it here.
|
||||
|
||||
if [ -z "$NDK" ]; then
|
||||
echo 'No $NDK specified.'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
TOOLCHAIN=$NDK/toolchains/llvm/prebuilt/linux-x86_64
|
||||
PATH=$TOOLCHAIN/bin:$PATH
|
||||
|
||||
# cd to the directory where this script exists.
|
||||
cd $(dirname $0)
|
||||
. ./script-helper
|
||||
|
@ -51,9 +43,8 @@ if [ -z "$VERSION" ]; then
|
|||
fi
|
||||
|
||||
DIST_DIR=aria2-$VERSION-aarch64-linux-android-build1
|
||||
aarch64-linux-android-strip src/aria2c
|
||||
mkdir $DIST_DIR
|
||||
cp AUTHORS COPYING ChangeLog LICENSE.OpenSSL NEWS README.html README.android \
|
||||
src/aria2c $DIST_DIR
|
||||
android-out/aria2c $DIST_DIR
|
||||
zip -9 -r $DIST_DIR.zip $DIST_DIR
|
||||
rm -rf $DIST_DIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue