Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - build release package once during ci build (#9351)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Jun 23, 2017
1 parent 4613873 commit f8fd09f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,24 +152,6 @@ jobs:
signing.keyId=$SIGNING_KEYID
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
Expand Down

0 comments on commit f8fd09f

Please sign in to comment.