Age | Commit message (Collapse) | Author |
|
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>
|
|
Since about a year ago qt-android-cmake shifted to using gradle instead
of ant, and the android sdk's stopped supporting ant to.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
|
|
The build fails with newer versions and Ubuntu:latest switched to bionic
a few weeks ago.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
|
|
This adds a android-apk-build which runs on travis-ci. This is using a
quite ugly trick, building in a docker container, basically just to get
a newer cmake. The cmake in trusty is way to old to work with android
builds.
A good side-effect is that this is a complete copy-paste for anyone who
would like to build android-binaries them self on Linux. All the
uglyness is hidden away in a docker container.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
|