summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2017-02-21 02:19:08 -0500
committerTobrun <tobrun.van.nuland@gmail.com>2017-02-21 08:19:08 +0100
commit051bd9ac93f0b2f9022c52e470c6e82e06382af1 (patch)
tree0445b48d26760b892f13bdae534410d14d96ff85
parent22c060d41407204847cad5992b1c9628e21ce004 (diff)
downloadqtlocation-mapboxgl-051bd9ac93f0b2f9022c52e470c6e82e06382af1.tar.gz
Bring all architectures back to CI builds (#8124)
* [android] build all archs for scheduled workflow * [android] build all archs for nightly workflow
-rw-r--r--platform/android/bitrise.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 72bd67edb8..8599a9359d 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -198,11 +198,7 @@ workflows:
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
export BUILDTYPE=Release
- make android-lib-arm-v5
- make android-lib-arm-v7
- make android-lib-arm-v8
- make android-lib-x86
- make android-lib-x86-64
+ make apackage
cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease
- script:
title: Publish to maven
@@ -294,10 +290,7 @@ workflows:
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
export BUILDTYPE=Release
- make android-lib-arm-v5
- make android-lib-arm-v7
- make android-lib-arm-v8
- make android-lib-x86
+ make apackage
cd platform/android && ./gradlew :MapboxGLAndroidSDK:assembleRelease
- script:
title: Log metrics