Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms-aux
Commits
d4fa98ef
Commit
d4fa98ef
authored
Aug 24, 2017
by
Daniel Eggert
Browse files
Update .gitlab-ci.yml
parent
277e0b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4fa98ef
...
...
@@ -15,7 +15,7 @@ variables:
# This is the name of the job.
# You can choose it freely.
maven_build
:
build_gms-aux
:
# A job is always executed within a stage.
# If no stage is set, it defaults to 'test'.
stage
:
test
...
...
@@ -29,4 +29,4 @@ maven_build:
# If any of the commands returns a non zero exit code the job fails.
script
:
-
echo "Buildung and installing gms-aux modules"
-
mvn clean install
\ No newline at end of file
-
mvn verify
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment