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
gapIt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eScience
gapIt
Commits
b02023ef
Commit
b02023ef
authored
Jun 22, 2018
by
Olivier Parisot
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update .gitlab-ci.yml
parent
79bb0184
Pipeline
#5705
passed with stage
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
.gitlab-ci.yml
.gitlab-ci.yml
+11
-4
No files found.
.gitlab-ci.yml
View file @
b02023ef
image
:
maven:3-jdk-8
before_script
:
-
apt-get update
cache
:
paths
:
-
.m2/repository
build
:
script
:
mvn -Dmaven.repo.local=.m2/repository --show-version clean verify
script
:
-
mvn -Dmaven.repo.local=.m2/repository --show-version clean verify
after_script
:
-
mvn -Dmaven.repo.local=.m2/repository package sonar:sonar -Dsonar.host.url="http://aurora2.private.list.lu:9000"
-
mvn license:add-third-party
-
cat target/generated-sources/license/THIRD-PARTY.txt | grep GNU
##### sonar
-
mvn -Dmaven.repo.local=.m2/repository package sonar:sonar -Dsonar.host.url="http://aurora2.private.list.lu:9000"
##### licences
-
apt-get install ruby -y
-
gem install license_finder
-
license_finder
\ 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