Skip to content
Snippets Groups Projects
Commit c668e856 authored by Julien Wittouck's avatar Julien Wittouck
Browse files

:construction_worker: : add .gitlab-ci.yaml

parent 3f519e3e
No related branches found
No related tags found
No related merge requests found
Pipeline #27060 passed
image: gradle:alpine
before_script:
- GRADLE_USER_HOME="$(pwd)/.gradle"
- export GRADLE_USER_HOME
build:
stage: build
script: gradle assemble
artifacts:
untracked: false
when: on_success
expire_in: 30 days
paths:
- build/libs/*.jar
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment