Skip to content
Snippets Groups Projects
Commit 3c9cea76 authored by dgelessus's avatar dgelessus
Browse files

Add GitLab CI config

parent 7dd47ffd
Branches
Tags
No related merge requests found
Pipeline #115928 failed
test:
stage: test
image: eclipse-temurin:8
variables:
GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle"
script:
- ./gradlew check shadowJar
artifacts:
expire_in: 1 week
paths:
- build/libs/b-language-server-all.jar
cache:
paths:
- .gradle/caches
- .gradle/native
- .gradle/wrapper
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment