Skip to content

Commit

Permalink
run java doc compilation on buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Nov 29, 2017
1 parent 12d5509 commit 5475372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def build(properties):

# Gradle builds the APK (this should be run after the waf build)
run_command(['./gradlew', 'assembleDebug'])
run_command(['./gradlew', 'androidJavadocs'])


def run_tests(properties):
Expand Down

0 comments on commit 5475372

Please sign in to comment.