diff options
author | tobrun <tobrun.van.nuland@gmail.com> | 2019-05-29 11:48:29 +0200 |
---|---|---|
committer | Tobrun <tobrun.van.nuland@gmail.com> | 2019-06-04 16:59:56 +0200 |
commit | fd33e066a4440b74328ff4b7139c297ae302c66b (patch) | |
tree | 5d5f69970e7f5ff362a3b058fc6f4d0c46ba7489 /circle.yml | |
parent | 409ead63da9466d076bbef242239896fb84f0748 (diff) | |
download | qtlocation-mapboxgl-fd33e066a4440b74328ff4b7139c297ae302c66b.tar.gz |
[android] - add external links to javadoc generation, fix warnings and errors, add package-info to loader module package
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 0be9f3291f..ceeca4bdd6 100644 --- a/circle.yml +++ b/circle.yml @@ -651,6 +651,9 @@ jobs: - run: name: Build release Test App command: make android + - run: + name: Generate javadoc + command: make android-javadoc - save-dependencies: { gradle: true } - run: name: gzip debugable .so files |