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:07:00 UTC

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

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.