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

Update .gitlab-ci.yml

parent 274013ec
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ image: java:latest
stages:
- build
- javadoc
- test
cache:
......@@ -20,6 +21,18 @@ build:
only:
- master
javadoc:
stage: javadoc
script:
- ./gradle javadoc
artifacts:
paths:
- build/doc/*
expire_in: 1 week
only:
- master
test:
stage: test
script:
......
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