diff options
author | Tobrun <tobrun@mapbox.com> | 2017-06-23 15:26:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-23 15:26:55 +0200 |
commit | f8fd09f7221d09aa9b245118900dde094f372072 (patch) | |
tree | be73e4bb58679524cfc788a465ae8d775110b50b | |
parent | 461387343ddbc209019f96f86328abf4994275b7 (diff) | |
download | qtlocation-mapboxgl-f8fd09f7221d09aa9b245118900dde094f372072.tar.gz |
[android] - build release package once during ci build (#9351)
-rw-r--r-- | circle.yml | 18 |
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: |