2017-02-06 07:06:55 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-11-24 16:14:17 +00:00
|
|
|
set -x
|
|
|
|
set -e
|
|
|
|
|
2018-12-23 02:55:43 +00:00
|
|
|
# by running the build wrapper again we should be able to test newer
|
|
|
|
# versions of the dependencies even without updating the docker image
|
|
|
|
# (but of course having the right things in place will save a ton of time)
|
2020-03-05 21:36:57 +00:00
|
|
|
docker exec -e TRAVIS="$TRAVIS" -t android-builder sh -c "ln -s /android/Qt . ; ln -s /android/android-ndk-r18b . ; ln -s /android/android-sdk-linux . ; subsurface/packaging/android/android-build-wrapper.sh"
|
2017-02-06 07:06:55 +00:00
|
|
|
|
2019-07-17 07:03:48 +00:00
|
|
|
ls -l ../subsurface-mobile-build-docker-arm*/build/outputs/apk/debug
|