Skip to content
Snippets Groups Projects

Issue #3399658 by liber_t: Gitlab-CI integration

1 file
+ 22
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 22
0
include:
################
# DrupalCI includes:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- '/includes/include.drupalci.main.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
phpstan:
before_script:
- curl -OL -o $_WEB_ROOT/modules/custom/$CI_PROJECT_NAME/phpstan.neon https://git.drupalcode.org/project/paragraphs_usage/-/raw/1.0.x/phpstan.neon
phpcs:
before_script:
- curl -OL -o $_WEB_ROOT/modules/custom/$CI_PROJECT_NAME/phpcs.xml.dist https://git.drupalcode.org/project/paragraphs_usage/-/raw/1.0.x/phpcs.xml.dist
Loading