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
f57508bc
Commit
f57508bc
authored
Sep 18, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Usando Imagem jenkins
parent
31e08f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-3
No files found.
.gitlab-ci.yml
View file @
f57508bc
image
:
evologica/android-sdk:25.0.3
image
:
chiahan1123/docker-jenkins-android:latest
variables
:
variables
:
ANDROID_COMPILE_SDK
:
"
25"
ANDROID_COMPILE_SDK
:
"
25"
...
@@ -17,9 +17,7 @@ build:
...
@@ -17,9 +17,7 @@ build:
stage
:
build
stage
:
build
script
:
script
:
-
echo $ANDROID_HOME
-
echo $ANDROID_HOME
-
ls $ANDROID_HOME/build-tools/25.0.3/
-
chmod +x ./gradlew
-
chmod +x ./gradlew
-
chmod +x $ANDROID_HOME/build-tools/25.0.3/aapt
-
apk add --no-cache bash
-
apk add --no-cache bash
-
./gradlew assembleDebug
-
./gradlew assembleDebug
artifacts
:
artifacts
:
...
...
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