branch master updated (d4471b1 -> a782801)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository topia-sample-project. See https://gitlab.nuiton.org/nuiton/topia-sample-project.git from d4471b1 Update dependencies, using ToPIA 3.3.1 new a782801 Configure gitlab-ci with a simple build 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 a782801950aee7fcbb3a33606ddf0c7c602482ac Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Oct 23 10:47:51 2017 +0200 Configure gitlab-ci with a simple build Summary of changes: .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 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 master in repository topia-sample-project. See https://gitlab.nuiton.org/nuiton/topia-sample-project.git commit a782801950aee7fcbb3a33606ddf0c7c602482ac Author: Brendan Le Ny <bleny@codelutin.com> Date: Mon Oct 23 10:47:51 2017 +0200 Configure gitlab-ci with a simple build --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..fed5e44 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: +- build + +maven: + image: registry.nuiton.org/codelutin/dockerfiles:maven-release + stage: build + script: mvn --batch-mode clean package -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm