diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2016-08-18 16:23:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-18 16:23:34 +0200 |
commit | d1c8dd503868ee95d4ff0205bc3e9cdc164e2fde (patch) | |
tree | 4ffc29c091e2e04f4ccf6f9d1e4523b4a5a55d05 /Makefile | |
parent | a2029413605c5923a02c3f18b52b4d6b55fb3194 (diff) | |
download | qtlocation-mapboxgl-d1c8dd503868ee95d4ff0205bc3e9cdc164e2fde.tar.gz |
[android] #5211 - update yaml to run on device lab, update test with NoSuchSource exception (#6073)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -456,6 +456,10 @@ android: android-arm-v7 android-test: cd platform/android && ./gradlew testReleaseUnitTest --continue +.PHONY: android-test-apk +android-test-apk: + cd platform/android && ./gradlew assembleDebug --continue && ./gradlew assembleAndroidTest --continue + .PHONY: apackage apackage: cd platform/android && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE) |