Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
ca5c474a
Commit
ca5c474a
authored
May 01, 2017
by
alexander.weigl
🐼
Browse files
Update .gitlab-ci.yml
parent
3a99a6f9
Pipeline
#10124
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ca5c474a
image
:
maven:3.5.0-jdk-8
build
:
script
:
"
mvn
install
-B"
script
:
"
mvn
compile
-B
-T
2"
test
:
dependencies
:
-
build
script
:
"
mvn
test
-B"
package
:
dependencies
:
-
test
script
:
"
mvn
package
-DskiptTests=true
-B"
doc
:
dependencies
:
-
test
script
:
"
mvn
site:site
-DskiptTests=true
-B"
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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