branch develop updated (8e67130 -> 3a15b11)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git from 8e67130 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 3a15b11 Ajout de .gitlab-ci.yml The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 3a15b1193de4e69085ac283d28bd23fdf20213b4 Author: Éric Chatellier <chatellier@codelutin.com> Date: Thu Apr 12 15:56:44 2018 +0200 Ajout de .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitlab-ci.yml -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git commit 3a15b1193de4e69085ac283d28bd23fdf20213b4 Author: Éric Chatellier <chatellier@codelutin.com> Date: Thu Apr 12 15:56:44 2018 +0200 Ajout de .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..84b3b78 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,20 @@ +stages: +- build +- reporting + +build: + stage: build + script: + - mvn clean install + +pages: + stage: reporting + only: + - master + artifacts: + paths: + - public + + script: + - mvn site -Preporting + - mv target/site public -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm