From f8fd09f7221d09aa9b245118900dde094f372072 Mon Sep 17 00:00:00 2001 From: Tobrun Date: Fri, 23 Jun 2017 15:26:55 +0200 Subject: [android] - build release package once during ci build (#9351) --- circle.yml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index f2eaa1077d..9354a6d854 100644 --- a/circle.yml +++ b/circle.yml @@ -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 -- cgit v1.2.1