Select Git revision
RadioField.php
gitlab-ci-1.2.yml 1.64 KiB
variables:
WPDESK_CI_VERSION: "2025.04.03"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
MYSQL_PASSWORD: "mysql"
MYSQL_INNODB_LOG_BUFFER_SIZE: "32M"
PHP_ERROR_REPORTING: "E_ALL"
COMPOSER_ALLOW_SUPERUSER: "1"
COMPOSER_MEMORY_LIMIT: "-1"
GIT_STRATEGY: "fetch"
CONTRIBUTORS: "wpdesk,dyszczo,grola,piotrpo,marcinkolanko"
MINIMAL_WP_TESTED_UP: "6.2"
MINIMAL_WC_TESTED_UP: "8.1"
DEMO_DEPLOY_TARGETS:
value: "/(wpdesk|octolize)/"
description: "Override this variable in project's .gitlab-ci.yml to support other servers. List supported targets in a regexg expression. To support all possible targets just use \"/.*/\". Currently supported targets: demo.wpdesk.org, demo.wpdesk.pl, demo.octolize.com, stage.demo.octolize.com, demo.flexibleinvoices."
stages:
- prepare-vendor
- prepare-node
- prepare-translations-and-tests
- tools
- tests
- pre-deploy
- deploy
- post-deploy
include:
- project: 'wpdesk/gitlab-ci'
ref: 'master'
file:
- '/includes/deploy.yml'
- '/includes/deploy/demo.yml'
- '/includes/mixins/.after-codeception.yml'
- '/includes/mixins/.composer-auth.yml'
- '/includes/mixins/.skip-mr.yml'
- '/includes/nodejs/registry.yml'
- '/includes/prepare.yml'
- '/includes/tests/codeception-integration.yml'
- '/includes/tests/codeception-parallel.yml'
- '/includes/tests/codeception.yml'
- '/includes/tests/integration.yml'
- '/includes/tests/lint.yml'
- '/includes/tests/static-analysis.yml'
- '/includes/tests/unit.yml'
- '/includes/tests/version-cohesion.yml'
- '/includes/translations.yml'