Skip to content
Snippets Groups Projects
Commit 5ea2a0cf authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Correct the .gitlab-ci for generating the javadoc

parent 38459e29
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -40,6 +40,7 @@ pages:
- docker
script:
- ./gradlew run
- ./gradlew javadoc
- mkdir -p public/ && cp -r index.html public/
- mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/
- mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment