mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
a2065334bb
commit
b55c5d55e6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue