Skip to content
Snippets Groups Projects
Select Git revision
  • 2aa2be55ef8b688a06548393c2e92db7bad48d68
  • main default protected
  • devel
  • 1.1.0
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
9 results

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 269 B
    image: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.0
    
    cache:
        paths:
            - vendor
    
    build:
        stage: build
        script:
            - "$CI_PROJECT_DIR/tools/composer install"
    
    test:
        stage: test
        script:
            - "$CI_PROJECT_DIR/tools/composer test"