Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Orekit
Commits
24761fd8
Commit
24761fd8
authored
Sep 03, 2021
by
Bryan Cazabonne
Browse files
Merge branch 'ci-checkstyle' into 'develop'
Run checkstyle on GitLab CI See merge request
!197
parents
b812ed19
81b58079
Pipeline
#1354
passed with stages
in 25 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24761fd8
...
...
@@ -30,7 +30,7 @@ variables:
verify
:
stage
:
verify
script
:
-
mvn $MAVEN_CLI_OPTS verify site
-
mvn $MAVEN_CLI_OPTS
checkstyle:check
verify site
-
test -z "$SONAR_TOKEN" || mvn $MAVEN_CLI_OPTS sonar:sonar
-Dsonar.login=${SONAR_TOKEN}
-Dsonar.branch.name=${CI_COMMIT_REF_NAME}
...
...
Write
Preview
Supports
Markdown
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