... | ... | @@ -5,10 +5,10 @@ |
|
|
Installed and configured an docker GitLab Runner (Martin Hamant Issue stamp/h2020#96)
|
|
|
* Created the file .gitlab-ci.yml to configure the continuous integration delivery process (Nicola Bertazzo Issue stamp/h2020#95).
|
|
|
* Tested the continuous integration process that contains these steps:
|
|
|
* build: executes "mvn clean compile" command into a container based on maven:3.3.9-jdk-8 image
|
|
|
* test: executes "mvn test" command into a container based on maven:3.3.9-jdk-8 image
|
|
|
* package: executes "mvn package" into a container based on maven:3.3.9-jdk-8 image
|
|
|
* int-test: executes "mvn verify" into a container based on maven:3.3.9-jdk-8 image
|
|
|
* build: executes `mvn clean compile` command into a container based on maven:3.3.9-jdk-8 image
|
|
|
* test: executes `mvn test` command into a container based on maven:3.3.9-jdk-8 image
|
|
|
* package: executes `mvn package` into a container based on maven:3.3.9-jdk-8 image
|
|
|
* int-test: executes `mvn verify` into a container based on maven:3.3.9-jdk-8 image
|
|
|
|
|
|
* Tested the CI process localy using this command:
|
|
|
|
... | ... | |