Replace build.sh with make to manage airtime_mvc
This commit is contained in:
parent
f161fb0e0a
commit
9a7c3e0d21
6 changed files with 45 additions and 43 deletions
12
airtime_mvc/Makefile
Normal file
12
airtime_mvc/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
.PHONY: build
|
||||
|
||||
SHELL = bash
|
||||
|
||||
vendor:
|
||||
composer install --no-progress --no-interaction
|
||||
|
||||
test: vendor
|
||||
cd tests && ../vendor/bin/phpunit
|
||||
|
||||
build:
|
||||
composer install --no-progress --no-interaction --no-dev
|
Loading…
Add table
Add a link
Reference in a new issue