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