Skip to content
Snippets Groups Projects
Commit 1a482584 authored by Leonard's avatar Leonard
Browse files

added ci

parent e17cddcb
No related branches found
No related tags found
No related merge requests found
image: java:8-jdk
stages:
- build
- test
- deploy
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
stage: build
script:
- ./gradlew assemble
artifacts:
paths:
- build/libs/*.jar
expire_in: 1 week
only:
- master
test:
stage: test
script:
- ./gradlew check
deploy:
stage: deploy
script:
- ./deploy
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment