mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
15 lines
307 B
YAML
15 lines
307 B
YAML
pipeline:
|
|
requirements:
|
|
image: composer
|
|
commands:
|
|
- composer install --no-dev
|
|
run:
|
|
image: php:cli-bookworm
|
|
commands:
|
|
- php examples/3teams.php
|
|
- php examples/basic.php
|
|
dependencies:
|
|
image: composer
|
|
commands:
|
|
- composer install
|
|
- vendor/bin/phpunit tests |