summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/circle.yml b/circle.yml
index 4c562bd936..d76ab4a8ab 100644
--- a/circle.yml
+++ b/circle.yml
@@ -248,6 +248,9 @@ jobs:
- *restore-cache
- *reset-ccache-stats
- run:
+ name: Check code style
+ command: make android-check
+ - run:
name: Build libmapbox-gl.so for arm-v7
command: make android-lib-arm-v7
- run:
@@ -260,17 +263,6 @@ jobs:
name: Generate Espresso sanity tests
command: make test-code-android
- run:
- name: Check Java code style
- command: make android-checkstyle
- - run:
- name: Check Android modules for potential bugs (Lint SDK)
- command: |
- make android-lint-sdk
- - run:
- name: Check Android modules for potential bugs (Lint Test App)
- command: |
- make android-lint-test-app
- - run:
name: Build Test APK
command: |
echo "${MAPBOX_DEVELOPER_CONFIG_XML}" > platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/developer-config.xml