xulieta icon indicating copy to clipboard operation
xulieta copied to clipboard

Make sure you can install plugin with no direct input

Open malukenho opened this issue 3 years ago • 3 comments

malukenho avatar Feb 28 '22 08:02 malukenho

It is working fine in a internal project running on Gitlab CI.

The pipeline is running a composer image and adding xulieta and json plugin like this:

xulieta:
  stage: test
  image: composer:2.2.6
  script:
    - composer require codelicia/xulieta
    - composer require codelicia/xulieta-json
    - vendor/bin/xulieta check:erromeu -v .

EHER avatar Mar 01 '22 09:03 EHER

May we add a section on the README, on how to add it to the gitlab and github CI? /cc @EHER

malukenho avatar Mar 01 '22 10:03 malukenho

@malukenho That is a good idea. Maybe a path in the repo:

examples/.github/workflow/xulieta.yaml examples/.gitlab-ci.yam examples/global-composer-install.sh

Let's do it in another issue. 👍🏻

EHER avatar Mar 01 '22 12:03 EHER