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
1b59a83c
Commit
1b59a83c
authored
Sep 25, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
25.0.0
parent
8da14c25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
build.gradle
app/build.gradle
+1
-1
No files found.
.gitlab-ci.yml
View file @
1b59a83c
...
@@ -39,7 +39,7 @@ functionalTests:
...
@@ -39,7 +39,7 @@ functionalTests:
-
$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
-
$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
-q
cAT
-
./gradlew cAT
artifacts
:
artifacts
:
paths
:
paths
:
-
app/build/reports/androidTests/
-
app/build/reports/androidTests/
app/build.gradle
View file @
1b59a83c
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android
{
android
{
compileSdkVersion
25
compileSdkVersion
25
buildToolsVersion
'25.0.
3
'
buildToolsVersion
'25.0.
0
'
defaultConfig
{
defaultConfig
{
applicationId
"com.greysonparrelli.gitlabciandroid"
applicationId
"com.greysonparrelli.gitlabciandroid"
minSdkVersion
19
minSdkVersion
19
...
...
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