add build script
This commit is contained in:
parent
199a2f7f42
commit
cf9814c070
1 changed files with 7 additions and 0 deletions
7
build.sh
Executable file
7
build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/bin/env php composer.phar install --dev
|
||||
/usr/bin/env php vendor/bin/php-cs-fixer fix src --level=all
|
||||
/usr/bin/env php vendor/bin/php-cs-fixer fix tests --level=all
|
||||
/usr/bin/env php vendor/bin/sami.php update sami_configuration.php -v
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue