Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
F-Droid
Client
Commits
e3400006
Commit
e3400006
authored
Sep 09, 2015
by
Daniel Martí
Browse files
CI: test adb before running connected checks
parent
de4198ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
No files found.
.gitlab-ci.yml
View file @
e3400006
...
...
@@ -33,6 +33,7 @@ test:
-
echo " == Starting Android 2.3.7 emulator"
-
emulator -force-32bit -avd fcl-test -no-skin -no-audio -no-window &
-
./F-Droid/tools/wait-for-emulator
-
adb shell input keyevent
82
-
echo " == Running Android tests on the 2.3.7 emulator"
-
ADB_INSTALL_TIMEOUT=8 gradle connectedCheck
-
echo " == Stopping Android 2.3.7 emulator"
...
...
@@ -42,6 +43,7 @@ test:
-
echo " == Starting Android 4.4.4 emulator"
-
emulator -force-32bit -avd fcl-test -no-skin -no-audio -no-window &
-
./F-Droid/tools/wait-for-emulator
-
adb shell input keyevent
82
-
echo " == Running Android tests on the 4.4.4 emulator"
-
ADB_INSTALL_TIMEOUT=8 gradle connectedCheck
-
echo " == Stopping Android 4.4.4 emulator"
...
...
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