Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gitlab-ci-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Bruno Agrizzi
gitlab-ci-android
Commits
7948aedf
Commit
7948aedf
authored
Sep 18, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ajust para avd
parent
66b6129d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-2
No files found.
.gitlab-ci.yml
View file @
7948aedf
...
...
@@ -42,12 +42,14 @@ functionalTests:
stage
:
test
script
:
-
wget --quiet --output-document=android-wait-for-emulator https://raw.githubusercontent.com/travis-ci/travis-cookbooks/0f497eb71291b52a703143c5cd63a217c8766dc9/community-cookbooks/android-sdk/files/default/android-wait-for-emulator
-
-
apk add --no-cache bash
-
chmod +x android-wait-for-emulator
-
echo y | $ANDROID_HOME/tools/bin/sdkmanager "system-images;android-23;google_apis;x86"
-
echo no | $ANDROID_HOME/tools/bin/
sdkmanager create avd -n test -t android-23
-
$ANDROID_HOME/tools/emulator
64-x86
-avd test -no-window -no-audio &
-
echo no | $ANDROID_HOME/tools/bin/
avdmanager create avd --name test --package "system-images;android-23;google_apis;x86"
-
$ANDROID_HOME/tools/emulator -avd test -no-window -no-audio &
-
./android-wait-for-emulator
-
adb shell input keyevent 82
-
chmod +x ./gradlew
-
./gradlew cAT
artifacts
:
paths
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment