Only build lib on CI

This commit is contained in:
Jamie McDonald 2014-03-18 00:38:34 +01:00
parent ab0357e76b
commit dc2fbb7325
1 changed files with 4 additions and 1 deletions

View File

@ -27,9 +27,12 @@ before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
install:
- ./gradlew :lib:build
before_script:
- adb wait-for-device
- adb shell input keyevent 82 &
script:
- ./gradlew connectedAndroidTest
- ./gradlew :lib:connectedAndroidTest