Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
relational-rags
Commits
091df7bc
Commit
091df7bc
authored
Apr 20, 2020
by
Johannes Mey
Browse files
Merge branch '27-use-cache-in-ci-for-gradle' into 'develop'
Resolve "Use cache in CI for gradle" Closes
#27
See merge request
!16
parents
2852ddfd
98f519fd
Pipeline
#6358
passed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
091df7bc
...
...
@@ -2,11 +2,19 @@ stages:
-
build
-
test
before_script
:
-
export GRADLE_USER_HOME=`pwd`/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
build
:
image
:
openjdk:8
stage
:
build
script
:
-
./gradlew --console=plain assemble jar
-
./gradlew --console=plain
--no-daemon
assemble jar
artifacts
:
paths
:
-
"
/builds/jastadd/relational-rags/build/libs/relast-*.jar"
...
...
@@ -15,4 +23,4 @@ test:
image
:
openjdk:8
stage
:
test
script
:
-
./gradlew --console=plain --info test
-
./gradlew --console=plain
--no-daemon
--info test
Write
Preview
Supports
Markdown
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