Skip to content
Snippets Groups Projects
Verified Commit 24e9d613 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

ci: use bundled composer in CI

parent a8f1ef4a
No related branches found
No related tags found
No related merge requests found
Pipeline #8934 failed with stages
in 12 seconds
image: composer
image: php
cache:
paths:
......@@ -7,9 +7,9 @@ cache:
build:
stage: build
script:
- composer install
- "$CI_PROJECT_DIR/tools/composer install"
test:
stage: test
script:
- composer test
- "$CI_PROJECT_DIR/tools/composer test"
......@@ -5,4 +5,5 @@
<phar name="phpcs" version="^3.6.2" installed="3.6.2" location="./tools/phpcs" copy="true"/>
<phar name="phpcbf" version="^3.6.2" installed="3.6.2" location="./tools/phpcbf" copy="true"/>
<phar name="grumphp" version="^1.12.0" installed="1.12.0" location="./tools/grumphp" copy="true"/>
<phar name="composer" version="^2.3.4" installed="2.3.4" location="./tools/composer" copy="true"/>
</phive>
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment