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

[android] - build release package once during ci build #9351

Merged
merged 1 commit into from
Jun 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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