summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-08-18 16:23:34 +0200
committerGitHub <noreply@github.com>2016-08-18 16:23:34 +0200
commitd1c8dd503868ee95d4ff0205bc3e9cdc164e2fde (patch)
tree4ffc29c091e2e04f4ccf6f9d1e4523b4a5a55d05 /Makefile
parenta2029413605c5923a02c3f18b52b4d6b55fb3194 (diff)
downloadqtlocation-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--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3acc7bca99..4f24b41ca6 100644
--- a/Makefile
+++ b/Makefile
@@ -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)