Skip to content
Snippets Groups Projects
Commit 6295240d authored by Vladimir Roudakov's avatar Vladimir Roudakov
Browse files

Merge branch '3405524-add-gitlab-ci' into '3.0.x'

Issue #3405524: Add gitlab CI and fix errors

See merge request !14
parents 250ce8ad 93a47bc2
No related branches found
No related tags found
No related merge requests found
Pipeline #57957 failed
include:
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
variables:
SKIP_ESLINT: '1'
phpcs:
allow_failure: false
phpstan:
stage: validate
rules:
- if: '$SKIP_PHPSTAN == "1"'
when: never
- when: on_success
artifacts:
when: always
reports:
codequality: phpstan-report.json
script:
- vendor/bin/phpstan analyze --memory-limit=2G --no-interaction --no-progress --error-format=gitlab $_WEB_ROOT/modules/custom | tee phpstan-report.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment