mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
add instrumentation tests
This commit is contained in:
parent
5d01372cd1
commit
cfaecf568b
@ -16,5 +16,12 @@ android:
|
|||||||
- 'android-sdk-preview-license-52d11cd2'
|
- 'android-sdk-preview-license-52d11cd2'
|
||||||
- 'android-sdk-license-.+'
|
- 'android-sdk-license-.+'
|
||||||
- 'google-gdk-license-.+'
|
- 'google-gdk-license-.+'
|
||||||
|
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:
|
script:
|
||||||
- ./gradlew testDebug jacocoTestReport coveralls --info
|
- ./gradlew compileDebug
|
||||||
|
- ./gradlew testDebug
|
||||||
|
- ./gradlew jacocoTestReport coveralls
|
||||||
|
- ./gradlew connectedAndroidTest
|
||||||
|
Loading…
Reference in New Issue
Block a user