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

Merge branch 'release/1.0.0' into github-master

parents 60360405 cf99315d
No related branches found
No related tags found
No related merge requests found
Pipeline #631 passed
...@@ -46,7 +46,7 @@ pages: ...@@ -46,7 +46,7 @@ pages:
- mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/ - mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/
- mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/ - mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/
- mkdir -p public/Javadoc && cp -r build/docs/javadoc/* public/Javadoc/ - mkdir -p public/Javadoc && cp -r build/docs/javadoc/* public/Javadoc/
- cp -r build/libs/ImmutableComplex-1.0.0.jar public/ - cp -r `ls -t build/libs/ImmutableComplex*.jar | head -1` public/ImmutableComplex.jar
artifacts: artifacts:
paths: paths:
- public - public
......
...@@ -22,7 +22,7 @@ script: ...@@ -22,7 +22,7 @@ script:
- mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/ - mkdir -p public/Tests_Results && cp -r build/reports/tests/test/* public/Tests_Results/
- mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/ - mkdir -p public/Jacoco && cp -r build/jacocoHtml/* public/Jacoco/
- mkdir -p public/Javadoc && cp -r build/docs/javadoc/* public/Javadoc/ - mkdir -p public/Javadoc && cp -r build/docs/javadoc/* public/Javadoc/
- cp -r build/libs/ImmutableComplex-1.0.0.jar public/ - cp -r `ls -t build/libs/ImmutableComplex*.jar | head -1` public/ImmutableComplex.jar
branches: branches:
only: only:
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Tests_Results/">See the unit tests report</a></li> <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Tests_Results/">See the unit tests report</a></li>
<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Jacoco/">See the Jacoco coverage report</a></li> <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Jacoco/">See the Jacoco coverage report</a></li>
<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Javadoc/">See the javadoc</a></li> <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/Javadoc/">See the javadoc</a></li>
<li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/ImmutableComplex-1.0.0.jar" download="ImmutableComplex-1.0.0.jar">Download the executable jar</a> <li><a href="http://denis.arrivault.pages.lis-lab.fr/Test_Project/ImmutableComplex.jar" download="ImmutableComplex.jar">Download the executable jar</a>
</ul> </ul>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<li><a href="https://darrivau.github.io/Testproject/Tests_Results/">See the unit tests report</a></li> <li><a href="https://darrivau.github.io/Testproject/Tests_Results/">See the unit tests report</a></li>
<li><a href="https://darrivau.github.io/Testproject/Jacoco/">See the Jacoco coverage report</a></li> <li><a href="https://darrivau.github.io/Testproject/Jacoco/">See the Jacoco coverage report</a></li>
<li><a href="https://darrivau.github.io/Testproject/Javadoc/">See the javadoc</a></li> <li><a href="https://darrivau.github.io/Testproject/Javadoc/">See the javadoc</a></li>
<li><a href="https://darrivau.github.io/Testproject/ImmutableComplex-1.0.0.jar" download="ImmutableComplex-1.0.0.jar">Download the executable jar</a> <li><a href="https://darrivau.github.io/Testproject/ImmutableComplex.jar" download="ImmutableComplex.jar">Download the executable jar</a>
</ul> </ul>
</body> </body>
</html> </html>
\ No newline at end of file
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment