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
aa0e1dfe
Commit
aa0e1dfe
authored
Sep 25, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
with sleep
parent
288d3037
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
build.gradle
app/build.gradle
+3
-0
No files found.
.gitlab-ci.yml
View file @
aa0e1dfe
...
@@ -40,7 +40,7 @@ functionalTests:
...
@@ -40,7 +40,7 @@ functionalTests:
script
:
script
:
-
echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --name test --package "system-images;android-23;google_apis;armeabi-v7a"
-
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/tools/emulator -avd test -no-window -no-audio -no-boot-anim &
-
$ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82
-
sleep 2m |
$ANDROID_HOME/platform-tools/adb wait-for-device shell input keyevent 82
-
$ANDROID_HOME/platform-tools/adb devices
-
$ANDROID_HOME/platform-tools/adb devices
-
./gradlew cAT
-
./gradlew cAT
artifacts
:
artifacts
:
...
...
app/build.gradle
View file @
aa0e1dfe
...
@@ -16,6 +16,9 @@ android {
...
@@ -16,6 +16,9 @@ android {
minifyEnabled
false
minifyEnabled
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
debug
{
debuggable
true
}
}
}
adbOptions
{
adbOptions
{
timeOutInMs
60000
// set timeout to 1 minute
timeOutInMs
60000
// set timeout to 1 minute
...
...
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