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
98f519fd
Commit
98f519fd
authored
Apr 20, 2020
by
René Schöne
Committed by
Johannes Mey
Apr 20, 2020
Browse files
Resolve "Use cache in CI for gradle"
parent
2852ddfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98f519fd
...
...
@@ -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