branch develop updated (b0cc054 -> d9ec6e0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from b0cc054 Update libs new d9ec6e0 Add gitlab ci 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 d9ec6e06f19d92a015d58b8c2c66923728f9e756 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 16:17:54 2020 +0200 Add gitlab ci Summary of changes: .gitlab-ci.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit d9ec6e06f19d92a015d58b8c2c66923728f9e756 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Aug 24 16:17:54 2020 +0200 Add gitlab ci --- .gitlab-ci.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a218c75..6a224f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,14 +2,16 @@ include: - project: 'codelutin/ci' file: '/ci.yml' +image: registry.nuiton.org/codelutin/dockerfiles:maven-release-mvn3-6-3-openjdk11 + stages: - build - check-can-release - qa +- reporting # Pour les branches maven: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: build script: mvn --batch-mode clean package except: @@ -20,7 +22,6 @@ maven: # Sur develop, on vérifie que c'est releasable maven-verify: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: check-can-release script: mvn --batch-mode clean verify -DperformRelease only: @@ -30,7 +31,6 @@ maven-verify: # Sonar uniquement si planifié sonar: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: - export MAVEN_OPTS="-Xmx1024m" @@ -38,3 +38,15 @@ sonar: only: - schedules +pages: + stage: reporting +# only: +# - master + artifacts: + paths: + - public + script: + - mvn site -Preporting && mvn site:stage + - mv target/staging/nuitonpom/i18n public + except: + - schedules -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm