mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: build both 32 and 64 bit binaries
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed32331640
commit
6fb135eb46
4 changed files with 7 additions and 3 deletions
|
@ -8,8 +8,8 @@ fi
|
|||
source ${TRAVIS_BUILD_DIR}/scripts/release-message.sh
|
||||
|
||||
echo "Submitting the folloing apk for continuous build release:"
|
||||
ls -lh /android/subsurface-mobile-build-arm*/build/outputs/apk/*.apk
|
||||
ls -lh ../subsurface-mobile-build-arm*/build/outputs/apk/*.apk
|
||||
|
||||
# get and run the upload script
|
||||
wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
|
||||
bash ./upload.sh /android/subsurface-mobile-build-arm*/build/outputs/apk/*.apk
|
||||
bash ./upload.sh ../subsurface-mobile-build-arm*/build/outputs/apk/*.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue