diff options
author | Tobrun Van Nuland <tobrun.van.nuland@gmail.com> | 2017-08-17 08:49:46 +0200 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2017-08-17 16:01:24 +0200 |
commit | ae18026e30f755b674cb6d6283106ba4f1048829 (patch) | |
tree | bf4dc9d50aa768382cf8ffae81ec2a376e105e38 /Makefile | |
parent | 71e7759a62d3d37817dca9f04aa4bc9df149ad75 (diff) | |
download | qtlocation-mapboxgl-ae18026e30f755b674cb6d6283106ba4f1048829.tar.gz |
[android] - add make android-check which wraps checkstyle and lint execution
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |