mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: use Android docker image for build
This should make it easier to make changes to our build environment. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f39b07dec3
commit
f11f4dc139
3 changed files with 18 additions and 20 deletions
|
|
@ -12,4 +12,4 @@ ls -lh $TRAVIS_BUILD_DIR/apk/*.apk
|
|||
|
||||
# get and run the upload script
|
||||
wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
|
||||
bash ./upload.sh $TRAVIS_BUILD_DIR/apk/*.apk
|
||||
bash ./upload.sh $TRAVIS_BUILD_DIR/../subsurface-mobile-build-arm/build/outputs/apk/*.apk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue