2017-02-06 08:06:55 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2017-11-24 08:14:17 -08:00
|
|
|
set -x
|
|
|
|
set -e
|
|
|
|
|
2018-12-22 18:55:43 -08: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 22:36:57 +01: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 08:06:55 +01:00
|
|
|
|
2019-07-17 09:03:48 +02:00
|
|
|
ls -l ../subsurface-mobile-build-docker-arm*/build/outputs/apk/debug
|