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
0eb2a79d
Commit
0eb2a79d
authored
Sep 14, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
retirnado o -it
parent
ef712fc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-4
No files found.
.gitlab-ci.yml
View file @
0eb2a79d
...
...
@@ -4,9 +4,6 @@ variables:
ANDROID_SDK_TOOLS_REV
:
"
3859397"
# "26.0.1"
ANDROID_CMAKE_REV
:
"
3.6.3155560"
before_script
:
-
chmod +x ./gradlew
stages
:
-
build_image
-
build
...
...
@@ -19,7 +16,7 @@ buildImage:
-
master
stage
:
build_image
script
:
-
docker run -
it -
v $(pwd)/sdk:/opt/android-sdk thyrlian/android-sdk /bin/bash
-
docker run -v $(pwd)/sdk:/opt/android-sdk thyrlian/android-sdk /bin/bash
build
:
tags
:
...
...
@@ -28,6 +25,7 @@ build:
-
master
stage
:
build
script
:
-
chmod +x ./gradlew
-
./gradlew assembleDebug
artifacts
:
paths
:
...
...
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