diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2016-09-20 15:53:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-20 15:53:20 +0200 |
commit | fd71c360251518e1007720dcb909e144094175d3 (patch) | |
tree | 19b11c252cacad6ae5a2d6a4cf2a729892884c7b /Makefile | |
parent | aa47680a0205573178fdddf3b6a20a564ef766c2 (diff) | |
download | qtlocation-mapboxgl-fd71c360251518e1007720dcb909e144094175d3.tar.gz |
[android] - optimise execution time of Android CI integration (#6283)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |