CI: Run checkstyle

This commit is contained in:
Daniel Martí 2015-10-09 17:05:36 +02:00
parent 1e8bbbd1f9
commit 65e8087211

View File

@ -25,8 +25,10 @@ before_script:
test: test:
script: script:
- echo " == Building via gradle" - echo " == Running build"
- gradle build - gradle build
- echo " == Running checkstyle"
- gradle checkstyle
- echo " == Creating Android 2.3.7 emulator" - echo " == Creating Android 2.3.7 emulator"
- echo no | android create avd --force -n fcl-test -t android-10 -b armeabi - echo no | android create avd --force -n fcl-test -t android-10 -b armeabi
- echo " == Starting Android 2.3.7 emulator" - echo " == Starting Android 2.3.7 emulator"