mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-25 21:30:05 +00:00
@ -1,15 +1,15 @@
|
||||
pipeline:
|
||||
requirements:
|
||||
steps:
|
||||
- name: requirements
|
||||
image: composer
|
||||
commands:
|
||||
- composer install --no-dev
|
||||
run:
|
||||
- name: run
|
||||
image: php:cli-bookworm
|
||||
commands:
|
||||
- php examples/3teams.php
|
||||
- php examples/basic.php
|
||||
dependencies:
|
||||
- name: dependencies
|
||||
image: composer
|
||||
commands:
|
||||
- composer install
|
||||
- vendor/bin/phpunit tests --no-coverage
|
||||
- vendor/bin/phpunit tests --no-coverage
|
Reference in New Issue
Block a user