mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
travis build-scripts: update container
While the project doesn't use Travis anymore, these scripts are indeed useful when building locally, so it makes sense to keep them current and working. Signed-off-by: Christof Arnosti <charno@charno.ch> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e6158c55e1
commit
33643bb0af
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ set -e
|
|||
# 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)
|
||||
docker exec -e TRAVIS="$TRAVIS" -t android-builder subsurface/packaging/android/android-build-wrapper.sh
|
||||
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"
|
||||
|
||||
ls -l ../subsurface-mobile-build-docker-arm*/build/outputs/apk/debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue