summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 28d1e39e68..d52c3ab063 100644
--- a/circle.yml
+++ b/circle.yml
@@ -544,15 +544,15 @@ jobs:
name: Check code style
command: make android-check
- run:
+ name: Run Android unit tests
+ command: make run-android-unit-test
+ - run:
name: Build libmapbox-gl.so for arm-v7
command: make android-lib-arm-v7
- run:
name: Compile Core tests for arm-v7
command: make android-test-lib-arm-v7
- run:
- name: Test phone module
- command: make run-android-unit-test
- - run:
name: Generate Espresso sanity tests
command: make test-code-android
- run: