Re-add examples
This commit is contained in:
parent
579c476a54
commit
4e885eea91
12 changed files with 146 additions and 0 deletions
25
examples/php-full/build.yaml
Normal file
25
examples/php-full/build.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: php-full
|
||||
type: drupal
|
||||
|
||||
dockerfile:
|
||||
stages:
|
||||
build:
|
||||
extends: base
|
||||
packages:
|
||||
- git
|
||||
- unzip
|
||||
commands:
|
||||
- composer install
|
||||
|
||||
test:
|
||||
extends: base
|
||||
commands:
|
||||
- phpunit --testdox
|
||||
|
||||
php:
|
||||
version: 8.1-cli-bullseye
|
||||
phpstan:
|
||||
level: 7
|
||||
paths:
|
||||
- app
|
||||
- src
|
||||
Loading…
Add table
Add a link
Reference in a new issue