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
8ee2efe9
Commit
8ee2efe9
authored
Sep 14, 2017
by
Bruno Agrizzi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
voltando com UP
parent
af3a4927
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
.gitlab-ci.yml
.gitlab-ci.yml
+10
-2
No files found.
.gitlab-ci.yml
View file @
8ee2efe9
...
...
@@ -5,9 +5,19 @@ variables:
ANDROID_CMAKE_REV
:
"
3.6.3155560"
stages
:
-
build_image
-
build
-
test
buildImage
:
tags
:
-
android
only
:
-
master
stage
:
build_image
script
:
-
docker-compose up
build
:
tags
:
-
android
...
...
@@ -15,8 +25,6 @@ build:
-
master
stage
:
build
script
:
-
export ANDROID_HOME=$PWD/sdk
-
export PATH=$PATH:$PWD/sdk/platform-tools/
-
chmod +x ./gradlew
-
./gradlew assembleDebug
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