google / blockly-android

Blockly for Android
Apache License 2.0
671 stars 209 forks source link

initial check for blockly-android travis build #581

Closed shirletan closed 7 years ago

shirletan commented 7 years ago

Add travis config to enable ci test run for blockly-android project.

travis test run result: https://travis-ci.org/shirletan/blockly-android/builds/230122681

Notes:

  1. I need turn off lint check on sub- projects as they're failing now. It's workaround to bypass error to enable CI run.

  2. It runs on api 22 with arm based emulator. Currently travis is only support arm based emulator as kvm can not be installed on build vm.

  3. test run averages takes about 20 mins for setup, install emulator, and build and run unit tests. arm emulator is 10x slower than x86 emulator.

  4. i squashed individual commits already.


This change is Reviewable

RoboErikG commented 7 years ago
:lgtm:

Review status: 0 of 5 files reviewed at latest revision, all discussions resolved.


Comments from Reviewable