summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-04-07 19:01:22 +0200
committerGitHub <noreply@github.com>2017-04-07 19:01:22 +0200
commit62355bc860ce7e1eb12e07b8c98ec5fb79740aa0 (patch)
tree3a627fa309ad96fc27977bf7f56a227b445f74e7 /platform
parent6c3c4211197d79fd7671c2ada09b1f4498e9d37c (diff)
downloadqtlocation-mapboxgl-62355bc860ce7e1eb12e07b8c98ec5fb79740aa0.tar.gz
[android] - disable building x86-64 on CI for snapshot builds (#8679)
* [android] - disable building x86-64 on CI for scheduled workflow. Broken with NDK14. * corrected abis flag for gradle invocation * add mips 64
Diffstat (limited to 'platform')
-rw-r--r--platform/android/bitrise.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 972182eac3..dcd4d4fb50 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -142,7 +142,13 @@ workflows:
- content: |-
#!/bin/bash
echo "Compile libmapbox-gl.so for all supportd abi's:"
- export BUILDTYPE=Release make apackage
+ BUILDTYPE=Release make android-lib-arm-v5
+ BUILDTYPE=Release make android-lib-arm-v7
+ BUILDTYPE=Release make android-lib-arm-v8
+ BUILDTYPE=Release make android-lib-x86
+ BUILDTYPE=Release make android-lib-mips
+ BUILDTYPE=Release make android-lib-mips-64
+ cd platform/android && ./gradlew -Pmapbox.abis=armeabi-v7a MapboxGLAndroidSDK:assembleRelease
- script:
title: Publish to maven
inputs: