You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/03/09 12:06:59 UTC

[isis] branch ISIS-1810 created (now df8ff08)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch ISIS-1810
in repository https://gitbox.apache.org/repos/asf/isis.git.


      at df8ff08  ISIS-1810: adds .gitlab-ci.yml

This branch includes the following new commits:

     new df8ff08  ISIS-1810: adds .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 "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.

[isis] 01/01: ISIS-1810: adds .gitlab-ci.yml

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-1810
in repository https://gitbox.apache.org/repos/asf/isis.git

commit df8ff083af60f6ed763986acd4c2d14a45ccc4ee
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 9 12:06:16 2018 +0000

    ISIS-1810: adds .gitlab-ci.yml
    
    to instantiate a feedback loop
---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..18071dc
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+stages:
+  - build
+
+maven-build:
+  image: maven:3-jdk-8
+  stage: build
+  script: "mvn package -B"
+

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.