summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-02-26 12:44:04 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-02-26 15:06:21 +0100
commit19e66c8bfa20a5e14a76fb1e0aaec7d9dcc03196 (patch)
treecb5f02e3ef2e9124401c87775feda169014fb575
parente7562a297492663fe41d680e000a3c2cde9ac376 (diff)
downloadqtlocation-mapboxgl-19e66c8bfa20a5e14a76fb1e0aaec7d9dcc03196.tar.gz
[android] run unit tests before building the library
-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: