mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 09:12:16 -05:00
travis: random testing
This commit is contained in:
parent
cfaecf568b
commit
681036da5b
@ -19,9 +19,9 @@ android:
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
script:
|
||||
- ./gradlew compileDebug
|
||||
- ./gradlew
|
||||
- ./gradlew testDebug
|
||||
- ./gradlew jacocoTestReport coveralls
|
||||
- android-wait-for-emulator && adb shell input keyevent 82 &
|
||||
- ./gradlew connectedAndroidTest
|
||||
|
Loading…
Reference in New Issue
Block a user