summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-01-22 17:49:30 +0100
committerGitHub <noreply@github.com>2017-01-22 17:49:30 +0100
commit55e004e2e9738bee8b9f891dc440f66645c43322 (patch)
tree6550a0a2f6d644be82edf9eb8005b291fce63964
parent375e31891de21f5b03d46eaabb44846afe18f89e (diff)
downloadqtlocation-mapboxgl-55e004e2e9738bee8b9f891dc440f66645c43322.tar.gz
[android] - decouple make apackage for measuring execution time (#7771)
-rw-r--r--platform/android/bitrise.yml16
1 files changed, 13 insertions, 3 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index fcc28e05f9..7fcbd524f2 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -200,14 +200,19 @@ workflows:
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
export BUILDTYPE=Release
- make apackage
+ make android-lib-arm-v5
+ make android-lib-arm-v7
+ make android-lib-arm-v8
+ make android-lib-x86
+ make android-lib-x86-64
+ cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease
- script:
title: Publish to maven
inputs:
- content: |-
#!/bin/bash
echo "Upload aar file to maven:"
- cd platform/android && ./gradlew uploadArchives
+ cd platform/android && ./gradlew :MapboxGLAndroidSDK:uploadArchives
- slack:
title: Post to Slack
inputs:
@@ -293,7 +298,12 @@ workflows:
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
export BUILDTYPE=Release
- make apackage
+ make android-lib-arm-v5
+ make android-lib-arm-v7
+ make android-lib-arm-v8
+ make android-lib-x86
+ make android-lib-x86-64
+ cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease
- script:
title: Log metrics
inputs: