summaryrefslogtreecommitdiff
path: root/platform/android/bitrise.yml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/bitrise.yml')
-rw-r--r--platform/android/bitrise.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index cb6f553d98..bffcd95b65 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -37,6 +37,14 @@ workflows:
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y pkg-config nodejs cmake
- script:
+ title: Run Checkstyle
+ run_if: '{{enveq "SKIPCI" "false"}}'
+ inputs:
+ - content: |-
+ #!/bin/bash
+ # Run checkstyle gradle task on all modules
+ cd platform/android && ./gradlew checkstyle
+ - script:
title: Configure Google Cloud SDK
run_if: '{{enveq "SKIPCI" "false"}}'
inputs: