Skip to content
Snippets Groups Projects
Select Git revision
  • 9d30a7319d480d7167de1ba37936c50122f73304
  • master default protected
  • fix/deprecated_functions
  • devel
  • feat/translations
  • feat/upgrade_to_pro_url
  • feat/lang
  • bugfix/require-interface
  • bugfix/require-once-error
  • feature/activation-hooks
  • feature/template-loader
  • feature/template-renderer
  • feature/plugin-activation
  • feature/hookable-object
  • feature/builder-pattern
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.0
  • 2.0.0-beta1
  • 1.4.4
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1
  • 1.0
32 results

bootstrap.php

Blame
  • gitlab-ci-1.2.yml 1.18 KiB
    variables:
      WPDESK_CI_VERSION: "2024.11.04"
      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"
    
    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/prepare.yml'
          - '/includes/translations.yml'
          - '/includes/tests/static-analysis.yml'
          - '/includes/tests/lint.yml'
          - '/includes/tests/unit.yml'
          - '/includes/tests/version-cohesion.yml'
          - '/includes/tests/codeception-integration.yml'
          - '/includes/tests/codeception.yml'
          - '/includes/tests/codeception-parallel.yml'
          - '/includes/tests/integration.yml'
          - '/includes/deploy.yml'
          - '/includes/pages.yml'
          - '/includes/mixins/.after-codeception.yml'
          - '/includes/mixins/.skip-mr.yml'