Skip to content
Snippets Groups Projects
Select Git revision
  • b1f893c49ae02a55b42ce1e3423022e21f8059f8
  • main default protected
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.1
  • 1.0.0
11 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 246 B
    variables:
      IS_LIBRARY: 1
      DISABLE_PHP_5_5: 1
      DISABLE_CODECEPTION: 1
      DISABLE_INTEGRATION_TESTS: 1
      DISABLE_UNIT_TESTS: 1
    
    include: 'https://gitlab.wpdesk.dev/wpdesk/gitlab-ci/raw/master/gitlab-ci-1.2.yml'
    
    unit test lastest:
      when: manual