Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
dev-tools
Commits
e43f4d4e
Commit
e43f4d4e
authored
3 months ago
by
Oana-Eliza Alexa
Browse files
Options
Download
Patches
Plain Diff
update ci
parent
9cc3c86b
master
55-add-test-framework-to-project
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-0
.gitlab-ci.yml
with
22 additions
and
0 deletions
+22
-0
.gitlab-ci.yml
+
22
−
0
View file @
e43f4d4e
...
...
@@ -20,3 +20,25 @@ create_php_code_sniffer_rapport:
script
:
-
find simple-plugin -type f -name '*.php' -o -name '*.inc' > ./filelist
-
/root/.composer/vendor/bin/phpcs --standard=php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
# Java lint
create_java_spotbugs_rapport
:
image
:
gradle:8.10-jdk17
stage
:
lint
only
:
-
branches
-
tags
script
:
-
cd qa/
-
gradle spotbugsTest
# Java codesniffer
create_java_checkstyle_rapport
:
image
:
gradle:8.10-jdk17
stage
:
lint
only
:
-
branches
-
tags
script
:
-
cd qa/
-
gradle checkstyleTest
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets