Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_wakelock
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
creativecreatorormaybenot
2019-07-08 17:28:10 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e896dc8f8ea141924565049c276bfa940c1bac83
e896dc8f
1 parent
cc2aadb2
add android-24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
.travis.yml
.travis.yml
View file @
e896dc8
...
...
@@ -16,9 +16,9 @@ matrix:
-
platform-tools
-
build-tools-28.0.3
-
android-28
-
android-24
-
extra-google-google_play_services
-
extra-google-m2repository
-
extra-android-m2repository
...
...
@@ -31,7 +31,9 @@ matrix:
-
export PATH="$PATH":"$HOME/.pub-cache/bin"
-
export PATH=$PWD/flutter/bin:$PWD/flutter/bin/cache/dart-sdk/bin:$PATH
-
echo no | android create avd --force -n test -t android-24 --abi armeabi-v7a -c 100M
#- echo y | android update sdk -a --no-ui --filter android-24
#- echo y | android update sdk -a --no-ui --filter sys-img-armeabi-v7a-android-24
-
echo no | android create avd --force -n test -t android-$EMULATOR_API --abi armeabi-v7a
-
emulator -avd test -no-audio -no-window &
-
android-wait-for-emulator
-
adb shell input keyevent 82 &
...
...
Please
register
or
login
to post a comment