Skip to content

Commit

Permalink
added gitlab-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mung3r committed Aug 14, 2015
1 parent 9cadb98 commit b4d149a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file is generated by GitLab CI
build:
script:
- export M2_HOME=/opt/apache-maven-3.0.5
- export MAVEN_OPTS="-Dmaven.repo.local=/opt/gitlab_ci_multi_runner/.m2/repository"
- export PATH=$M2_HOME/bin:$PATH
- ''
- mvn clean install
tags:
except:
- tags

0 comments on commit b4d149a

Please sign in to comment.