Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
sarah.grebing
ProofScriptParser
Commits
ca5c474a
Commit
ca5c474a
authored
May 01, 2017
by
alexander.weigl
🐼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
3a99a6f9
Pipeline
#10124
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
.gitlab-ci.yml
.gitlab-ci.yml
+20
-1
No files found.
.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
Markdown
is supported
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