updated .cirrus.yml
This commit is contained in:
parent
b92eba7a7c
commit
095491b158
|
@ -37,6 +37,7 @@ task:
|
|||
- mkdir -p .android && touch ~/.android/repositories.cfg
|
||||
- (yes || true) | sdkmanager --licenses
|
||||
- echo no | avdmanager create avd --force -n Flutter-Android -k "system-images;android-30;default;armeabi-v7a"
|
||||
- (yes || true) | sdkmanager --licenses
|
||||
- $ANDROID_HOME/emulator/emulator -avd Flutter-Android -no-audio -no-window
|
||||
- adb wait-for-device
|
||||
- adb shell input keyevent 82
|
||||
|
|
Loading…
Reference in New Issue