Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ProofScriptParser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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