Skip to content
Snippets Groups Projects

doc

Merged Céline TREBEAU requested to merge generated_javadoc into dev
2 files
+ 20
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 18
2
stages:
- build
- test
- deploy
variables:
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
@@ -14,11 +15,26 @@ maven:
stage: build
when: always
script:
- mvn clean install
- mvn clean install
artifacts:
paths:
- target/*.jar
pages:
image: maven:3.6.3-jdk-11
stage: deploy
script:
- mvn javadoc:javadoc
- mkdir .public
- cp -r target/site .public
- mv .public public
artifacts:
paths:
- public
selectionParamaterSweep:
image: maven:3.6.3-jdk-11
stage: test
@@ -37,4 +53,4 @@ doubleParamaterSweep:
- mvn -Dtest=DoubleParameterSweep test
artifacts:
paths:
- target/*.csv
\ No newline at end of file
- target/*.csv
Loading