Skip to content

Commit

Permalink
add a possible cilab build server trigger line
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Sep 5, 2016
1 parent 073bbf2 commit f4c6a5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
image: maven:3-jdk-7

build:
script: "mvn install -B --fail-at-end -B -Dmaven.test.redirectTestOutputToFile -Dmatsim.preferLocalDtds=true"

# see http://stackoverflow.com/questions/33430487/how-to-use-gitlab-ci-to-build-a-java-maven-project

0 comments on commit f4c6a5f

Please sign in to comment.