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>.