summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-08-17 08:49:46 +0200
committerTobrun <tobrun@mapbox.com>2017-08-17 16:01:24 +0200
commitae18026e30f755b674cb6d6283106ba4f1048829 (patch)
treebf4dc9d50aa768382cf8ffae81ec2a376e105e38 /Makefile
parent71e7759a62d3d37817dca9f04aa4bc9df149ad75 (diff)
downloadqtlocation-mapboxgl-ae18026e30f755b674cb6d6283106ba4f1048829.tar.gz
[android] - add make android-check which wraps checkstyle and lint execution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 47821f9447..88127011cc 100644
--- a/Makefile
+++ b/Makefile
@@ -610,6 +610,10 @@ run-android-ui-test-spoon: platform/android/configuration.gradle
test-code-android:
node platform/android/scripts/generate-test-code.js
+# Runs checkstyle and lint on the Android code
+.PHONY: android-check
+android-check : android-checkstyle android-lint-sdk android-lint-test-app
+
# Runs checkstyle on the Android code
.PHONY: android-checkstyle
android-checkstyle: platform/android/configuration.gradle