From 19e66c8bfa20a5e14a76fb1e0aaec7d9dcc03196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Tue, 26 Feb 2019 12:44:04 +0100 Subject: [android] run unit tests before building the library --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 28d1e39e68..d52c3ab063 100644 --- a/circle.yml +++ b/circle.yml @@ -543,15 +543,15 @@ jobs: - run: 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 -- cgit v1.2.1