Compare commits

...

2 Commits

Author SHA1 Message Date
Chris ef5debb8c9 Touched README to trigger woodpecker
continuous-integration/woodpecker the build was successful Details
2021-12-01 01:19:35 +01:00
Chris 848606e620 Added woodpecker config 2021-12-01 01:15:50 +01:00
2 changed files with 10 additions and 0 deletions

8
.woodpecker.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
phpunit:
image: walkero/phpunit-alpine:php8.0-phpunit9
commands:
- composer install
- phpunit --testdox

View File

@ -8,3 +8,5 @@ This is a library to help write juice-mixing stuff in PHP.
* Calculate weights for mixing based on the VG/PG ratio or a specific values.
* Calculate weights for nicotine based on the nicotine strength and base.
* Interfaces allow for custom entity-backed implementations.