Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - add make android-check which wraps checkstyle and lint ex…
Browse files Browse the repository at this point in the history
…ecution
  • Loading branch information
tobrun committed Aug 17, 2017
1 parent 71e7759 commit ae18026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae18026

Please sign in to comment.