updated .cirrus.yml

This commit is contained in:
Lorenzo Pichilli 2021-02-10 11:20:38 +01:00
parent 84fb68542c
commit 6f5c6af49d
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ task:
- sdkmanager "system-images;android-30;google_apis;x86"
- (yes || true) | sdkmanager --licenses
- echo "no" | avdmanager create avd --force -n Flutter-Android -k "system-images;android-30;google_apis;x86"
- emulator -list-avds
start_emulator_background_script:
- emulator -avd Flutter-Android -no-audio -no-window
wait_for_emulator_script: