Skip to content
Snippets Groups Projects
Commit 9fca1c9d authored by Leonard Haddad's avatar Leonard Haddad :rocket:
Browse files

Merge branch 'setup' into 'master'

added ci

See merge request reswp-2020/galaxytrucker!5
parents 1efa3f5e 1a482584
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