Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ProofScriptParser
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
24
Issues
24
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sarah.grebing
ProofScriptParser
Commits
76030bd7
Commit
76030bd7
authored
May 01, 2017
by
alexander.weigl
🐼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'testci' into 'master'
Add .gitlab-ci.yml See merge request
!1
parents
7d142e48
0bd714d5
Pipeline
#10128
failed with stage
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
.gitlab-ci.yml
.gitlab-ci.yml
+27
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
76030bd7
image
:
maven:3.5.0-jdk-8
cache
:
paths
:
-
.m2/
variables
:
MAVEN_OPTS
:
-Dmaven.repo.local=${CI_PROJECT_DIR}/.m2
build
:
script
:
"
mvn
compile
-B
-T
2"
test
:
script
:
"
mvn
test
-B"
deploy
:
script
:
-
"
mvn
package
site:site
-DperformRelease=true
-DcreateChecksum=true
-DskipTests=true
-B"
artifacts
:
paths
:
-
target/*jar
-
target/site/*
\ 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