summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/circle.yml b/circle.yml
index f2eaa1077d..9354a6d854 100644
--- a/circle.yml
+++ b/circle.yml
@@ -153,24 +153,6 @@ jobs:
signing.password=$SIGNING_PASSWORD
signing.secretKeyRingFile=secring.gpg" >> platform/android/MapboxGLAndroidSDK/gradle.properties
- run:
- name: Build libmapbox-gl.so for arm-v7
- command: make android-lib-arm-v7
- - run:
- name: Build libmapbox-gl.so for arm-v8
- command: make android-lib-arm-v8
- - run:
- name: Build libmapbox-gl.so for arm-v5
- command: make android-lib-arm-v5
- - run:
- name: Build libmapbox-gl.so for mips
- command: make android-lib-mips
- - run:
- name: Build libmapbox-gl.so for x86
- command: make android-lib-x86
- - run:
- name: Build libmapbox-gl.so for x86-64
- command: make android-lib-x86-64
- - run:
name: Build package
command: make apackage
- store_artifacts: