Showing
1 changed file
with
15 additions
and
1 deletions
| @@ -11,6 +11,20 @@ matrix: | @@ -11,6 +11,20 @@ matrix: | ||
| 11 | dist: trusty | 11 | dist: trusty |
| 12 | language: android | 12 | language: android |
| 13 | 13 | ||
| 14 | + android: | ||
| 15 | + components: | ||
| 16 | + - tools | ||
| 17 | + - platform-tools | ||
| 18 | + | ||
| 19 | + - build-tools-26.0.2 | ||
| 20 | + - android-26 | ||
| 21 | + | ||
| 22 | + - extra-google-google_play_services | ||
| 23 | + - extra-google-m2repository | ||
| 24 | + - extra-android-m2repository | ||
| 25 | + | ||
| 26 | + - sys-img-x86-android-26 | ||
| 27 | + | ||
| 14 | install: | 28 | install: |
| 15 | - git clone -b master https://github.com/flutter/flutter.git | 29 | - git clone -b master https://github.com/flutter/flutter.git |
| 16 | - ./flutter/bin/flutter --version | 30 | - ./flutter/bin/flutter --version |
| @@ -18,7 +32,7 @@ matrix: | @@ -18,7 +32,7 @@ matrix: | ||
| 18 | - export PATH="$PATH":"$HOME/.pub-cache/bin" | 32 | - export PATH="$PATH":"$HOME/.pub-cache/bin" |
| 19 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH | 33 | - export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH |
| 20 | 34 | ||
| 21 | - - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a -c 100M | 35 | + - echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a -c 100M |
| 22 | - emulator -avd test -no-audio -no-window & | 36 | - emulator -avd test -no-audio -no-window & |
| 23 | - android-wait-for-emulator | 37 | - android-wait-for-emulator |
| 24 | - adb shell input keyevent 82 & | 38 | - adb shell input keyevent 82 & |
-
Please register or login to post a comment