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
925fa3a0
Commit
925fa3a0
authored
Sep 25, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
com while de espera
parent
e43993cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+4
-3
No files found.
.gitlab-ci.yml
View file @
925fa3a0
...
...
@@ -40,9 +40,10 @@ functionalTests:
script
:
-
echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;armeabi-v7a"
-
$ANDROID_HOME/tools/emulator -avd test -no-window -no-audio -no-boot-anim &
-
$ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82
-
sleep 1m | $ANDROID_HOME/platform-tools/adb devices
-
./gradlew connectedAndroidTest
-
while [ "$ANDROID_HOME/platform-tools/adb shell getprop init.svc.bootanim" ] ; do sleep 1; done
-
$ANDROID_HOME/platform-tools/adb shell input keyevent 82
-
$ANDROID_HOME/platform-tools/adb devices
-
./gradlew cAT
artifacts
:
paths
:
-
app/build/reports/androidTests/
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