Verified Commit 68a72040 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Core) 1.3.1 - Gitlab CI udpates

Updates on 1.3.1 CI for container testing phpcs
PHP Codestyle will then be used as in 1.4-dev
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -54,13 +54,13 @@ create_perlcritic_rapport: ...@@ -54,13 +54,13 @@ create_perlcritic_rapport:
# PHP codesniffer # PHP codesniffer
create_php_code_sniffer_rapport: create_php_code_sniffer_rapport:
image: registry.fusiondirectory.org/fusiondirectory/fd/phpcodesniffer-cli:stretch image: registry.fusiondirectory.org/fusiondirectory/fd/phpcodesniffer-cli:buster
stage: codestyle stage: codestyle
only: only:
- branches - branches
script: script:
- test -d ../dev-tools/ && rm -Rf ../dev-tools/ - test -d ../dev-tools/ && rm -Rf ../dev-tools/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git -b 1.3 ../dev-tools - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- find . -type f -name '*.php' -o -name '*.inc' > ./filelist - find . -type f -name '*.php' -o -name '*.inc' > ./filelist
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist - phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment