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
6a66eb8a
Commit
6a66eb8a
authored
Sep 25, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inserindo TIME OUT
parent
1b59a83c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-0
build.gradle
app/build.gradle
+3
-0
No files found.
.gitlab-ci.yml
View file @
6a66eb8a
image
:
evologica/android-sdk:latest
image
:
evologica/android-sdk:latest
variables
:
-
ADB_INSTALL_TIMEOUT
:
5000
before_script
:
before_script
:
-
chmod +x ./gradlew
-
chmod +x ./gradlew
...
...
app/build.gradle
View file @
6a66eb8a
...
@@ -17,6 +17,9 @@ android {
...
@@ -17,6 +17,9 @@ android {
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
}
}
}
}
adbOptions
{
timeOutInMs
60000
// set timeout to 1 minute
}
}
}
dependencies
{
dependencies
{
...
...
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