Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_OpenWeatherMapProvider
Commits
abb8ff53
Commit
abb8ff53
authored
Nov 02, 2018
by
Romain Hunault
Browse files
Setup CI
parent
9d8b1ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
abb8ff53
image
:
"
registry.gitlab.e.foundation:5000/e/apps/docker-android-apps-cicd:latest"
stages
:
-
build
before_script
:
-
export GRADLE_USER_HOME=$(pwd)/.gradle
-
chmod +x ./gradlew
cache
:
key
:
${CI_PROJECT_ID}
paths
:
-
.gradle/
build
:
stage
:
build
script
:
-
./gradlew assemble
artifacts
:
paths
:
-
app/build/outputs/apk/
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