mirror of https://github.com/readrops/Readrops.git
Add android 27 component
This commit is contained in:
parent
5b3e8bb78e
commit
a9df1be03a
|
@ -1,6 +1,7 @@
|
||||||
language: android
|
language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
|
- android-27
|
||||||
- android-29
|
- android-29
|
||||||
- tools
|
- tools
|
||||||
- platform-tools
|
- platform-tools
|
||||||
|
@ -19,6 +20,7 @@ before_install:
|
||||||
- yes | sdkmanager "build-tools;29.0.3"
|
- yes | sdkmanager "build-tools;29.0.3"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- android list target
|
||||||
- echo no | android create avd --force -n test -t android-27 --abi x86 -c 100M
|
- echo no | android create avd --force -n test -t android-27 --abi x86 -c 100M
|
||||||
- emulator -avd test -no-audio -no-window &
|
- emulator -avd test -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
|
|
Loading…
Reference in New Issue