gitlab-ci: switch ARM emulator to android-22, it seems more reliable

https://medium.com/zendesk-engineering/speeding-up-android-builds-on-travis-ci-1bb4cdbd9c62
This commit is contained in:
Hans-Christoph Steiner 2019-01-08 20:39:56 +01:00
parent 3c185d6d64
commit e690fbb061

View File

@ -96,7 +96,7 @@ errorprone:
- test $AVD_SDK -ge 25 || export FLAG=-Pandroid.testInstrumentationRunnerArguments.notAnnotation=android.test.suitebuilder.annotation.LargeTest
- ./gradlew connectedFullDebugAndroidTest $FLAG || (adb -e logcat -d > logcat.txt; exit 1)
connected 24 default armeabi-v7a:
connected 22 default armeabi-v7a:
retry: 1
only:
- merge_requests