Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Grewe
gitlab-ci-android
Commits
4fa03e00
Commit
4fa03e00
authored
8 years ago
by
Jan Grewe
Browse files
Options
Downloads
Plain Diff
pull upstream
parents
5e81a05d
400ddab6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
README.md
+1
-1
1 addition, 1 deletion
README.md
with
4 additions
and
4 deletions
Dockerfile
+
3
−
3
View file @
4fa03e00
...
...
@@ -8,9 +8,9 @@
FROM
ubuntu:16.04
MAINTAINER
Jan Grewe <jan@faked.org>
ENV
VERSION_SDK_TOOLS "25.2.
2
"
ENV
VERSION_BUILD_TOOLS "2
4
.0.
3
"
ENV
VERSION_TARGET_SDK "2
4
"
ENV
VERSION_SDK_TOOLS "25.2.
3
"
ENV
VERSION_BUILD_TOOLS "2
5
.0.
1
"
ENV
VERSION_TARGET_SDK "2
5
"
ENV
SDK_PACKAGES "build-tools-${VERSION_BUILD_TOOLS},android-${VERSION_TARGET_SDK},addon-google_apis-google-${VERSION_TARGET_SDK},platform-tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository"
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
4fa03e00
...
...
@@ -4,7 +4,7 @@ This Docker image contains the Android SDK and most common packages necessary fo
A
`.gitlab-ci.yml`
with caching of your project's dependencies would look like this:
```
image:
registry.magic-technik.d
e/gitlab-ci
/
android
image:
jangrew
e/gitlab-ci
-
android
stages:
- build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment