Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
QuasselDroid-ng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Janne Mareike Koschinski
QuasselDroid-ng
Commits
a2e20f27
There was a problem fetching the pipeline summary.
Commit
a2e20f27
authored
7 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Attempt to further speed up build performance
parent
6c8f9c6f
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-4
7 additions, 4 deletions
.gitlab-ci.yml
with
7 additions
and
4 deletions
.gitlab-ci.yml
+
7
−
4
View file @
a2e20f27
image
:
k8r.eu/justjanne/android-sdk:27-27.0.3-26.1.1
variables
:
GRADLE_
USER_HOME
:
$CI_PROJECT_DIR/.gradle
GRADLE_
OPTS
:
"
-Dorg.gradle.daemon=false"
cache
:
key
:
$CI_PROJECT_NAME
key
:
"
$CI_PROJECT_NAME
"
paths
:
-
"
.
m2/
"
-
"
.gradle/"
-
"
.
gradle/wrapper
"
-
"
.gradle/
caches
"
before_script
:
-
"
export
GRADLE_USER_HOME=$(pwd)/.gradle"
-
"
export
ANDROID_HOME=/android-sdk-linux"
-
"
export
PATH=$PATH:/android-sdk-linux/platform-tools/"
-
"
chmod
+x
./gradlew"
...
...
@@ -33,5 +34,7 @@ build:
unitTests
:
stage
:
test
cache
:
policy
:
pull
script
:
-
"
./gradlew
test"
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