Copy makefile
This commit is contained in:
18
Makefile
18
Makefile
@@ -1,4 +1,16 @@
|
|||||||
.PHONY: tests
|
PHP = docker compose run php
|
||||||
|
|
||||||
|
.PHONY: composer_install composer_update static_analysis tests
|
||||||
|
|
||||||
|
composer_install:
|
||||||
|
@$(PHP) composer install
|
||||||
|
|
||||||
|
composer_update:
|
||||||
|
@$(PHP) composer update
|
||||||
|
|
||||||
|
static_analysis:
|
||||||
|
@$(PHP) vendor/bin/psalm
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
rm -r var/cache/
|
@$(PHP) rm -rf var/cache
|
||||||
vendor/bin/phpunit
|
@$(PHP) vendor/bin/phpunit
|
||||||
|
|||||||
Reference in New Issue
Block a user