mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Simplify paths in Makefile
This commit is contained in:
parent
343852ac8a
commit
b1c561f200
1 changed files with 7 additions and 4 deletions
11
Makefile
11
Makefile
|
|
@ -1,13 +1,16 @@
|
||||||
|
PATH:=${PATH}:vendor/bin
|
||||||
|
|
||||||
.PHONY: *
|
.PHONY: *
|
||||||
|
|
||||||
static-code-analysis: vendor
|
static-code-analysis:
|
||||||
php vendor/bin/psalm --show-info=true
|
psalm --show-info=true
|
||||||
|
|
||||||
phpcs:
|
phpcs:
|
||||||
php vendor/bin/phpcs --standard=PSR2 src tests
|
phpcs --standard=PSR2 src tests
|
||||||
|
|
||||||
phpunit:
|
phpunit:
|
||||||
php vendor/bin/phpunit -v --color=always --testdox tests
|
echo ${PATH}
|
||||||
|
phpunit -v --color=always --testdox tests
|
||||||
|
|
||||||
test: phpunit phpcs
|
test: phpunit phpcs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue