summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-09-20 15:53:20 +0200
committerGitHub <noreply@github.com>2016-09-20 15:53:20 +0200
commitfd71c360251518e1007720dcb909e144094175d3 (patch)
tree19b11c252cacad6ae5a2d6a4cf2a729892884c7b /Makefile
parentaa47680a0205573178fdddf3b6a20a564ef766c2 (diff)
downloadqtlocation-mapboxgl-fd71c360251518e1007720dcb909e144094175d3.tar.gz
[android] - optimise execution time of Android CI integration (#6283)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e227b3f10e..e0d65056c7 100644
--- a/Makefile
+++ b/Makefile
@@ -462,7 +462,7 @@ android: android-arm-v7
.PHONY: android-test
android-test:
- cd platform/android && ./gradlew testReleaseUnitTest --continue
+ cd platform/android && ./gradlew testDebugUnitTest --continue
.PHONY: android-test-apk
android-test-apk: