From b55c5d55e6aa90df61dde259766fd43b8339671d Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Tue, 15 May 2018 15:28:13 +0200 Subject: 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 --- scripts/android/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/android') 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 -- cgit v1.2.3-70-g09d2