summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-03-08 13:26:48 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-03-08 17:04:27 +0100
commitc4115f0539be1834db40b318eb4ebb9e27d1eafb (patch)
treeced46189a5bdf439e664f3e1d9befcb17b731cdf /Makefile
parent744d92e7636ffcba7aea7a302315326b1098d8dc (diff)
downloadqtlocation-mapboxgl-c4115f0539be1834db40b318eb4ebb9e27d1eafb.tar.gz
[android] publish SNAPSHOTs to oss.jfrog.org
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f783e4850e..ecc4273cff 100644
--- a/Makefile
+++ b/Makefile
@@ -707,6 +707,11 @@ android-ui-test: platform/android/gradle/configuration.gradle
run-android-upload-to-bintray: platform/android/gradle/configuration.gradle
cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all :MapboxGLAndroidSDK:bintrayUpload
+# Uploads the compiled Android SDK SNAPSHOT to oss.jfrog.org
+.PHONY: run-android-upload-to-artifactory
+run-android-upload-to-artifactory: platform/android/gradle/configuration.gradle
+ cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all :MapboxGLAndroidSDK:artifactoryPublish
+
# Dump system graphics information for the test app
.PHONY: android-gfxinfo
android-gfxinfo: