diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2019-06-17 13:35:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 13:35:12 +0200 |
commit | c3e94a06480339fe911386cd8be43bdf3e54a17d (patch) | |
tree | 7fcc12779eb8c37a0141c168299d514c85fcb60b /circle.yml | |
parent | 86b9c06c74261eb465f91c477f630b5ad9529d46 (diff) | |
download | qtlocation-mapboxgl-c3e94a06480339fe911386cd8be43bdf3e54a17d.tar.gz |
[android] - store shared librariesas CI artefact (#14937)
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index ceeca4bdd6..c3068b4c8b 100644 --- a/circle.yml +++ b/circle.yml @@ -595,6 +595,8 @@ jobs: path: platform/android/MapboxGLAndroidSDKTestApp/build/reports/lint-results.xml - store_artifacts: path: platform/android/MapboxGLAndroidSDKTestApp/lint-baseline.xml + - store_artifacts: + path: platform/android/MapboxGLAndroidSDK/build/intermediates/cmake/debug/obj # ------------------------------------------------------------------------------ android-release: |