diff options
author | Anton Lundin <glance@acc.umu.se> | 2018-05-15 15:28:13 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-17 07:36:44 -0700 |
commit | b55c5d55e6aa90df61dde259766fd43b8339671d (patch) | |
tree | c09e9d997c4b384cb1a0e0577c529c037fea6747 /scripts/android | |
parent | a2065334bbfd0dfc91e27a6b7df766408015f5a7 (diff) | |
download | subsurface-b55c5d55e6aa90df61dde259766fd43b8339671d.tar.gz |
android-build: Build on ubuntu bionic on travis
This way we ensure we can build on the latest LTS, and not just a old
lts.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'scripts/android')
-rw-r--r-- | scripts/android/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/android/before_install.sh b/scripts/android/before_install.sh index 48c1e8bf7..22c55aec8 100644 --- a/scripts/android/before_install.sh +++ b/scripts/android/before_install.sh @@ -7,7 +7,7 @@ git pull --tags git describe # Ugly, but keeps it running during the build -docker run -v $PWD:/workspace/subsurface --name=builder -w /workspace -d ubuntu:xenial /bin/sleep 60m +docker run -v $PWD:/workspace/subsurface --name=builder -w /workspace -d ubuntu:bionic /bin/sleep 60m docker exec -t builder apt-get update # subsurface android build dependencies docker exec -t builder apt-get install -y git cmake autoconf libtool-bin openjdk-8-jdk-headless wget unzip python bzip2 pkg-config |