mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-14 01:48:41 +00:00
Add phan.phar
This commit is contained in:
parent
420fd119b2
commit
fc777fb322
3
setup.sh
3
setup.sh
|
|
@ -78,9 +78,10 @@ wget -nc http://static.pdepend.org/php/latest/pdepend.phar
|
||||||
wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz
|
wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz
|
||||||
wget -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar
|
wget -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar
|
||||||
wget -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar
|
wget -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar
|
||||||
|
wget -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar
|
||||||
tar -zxvf compiler-latest.tar.gz
|
tar -zxvf compiler-latest.tar.gz
|
||||||
|
|
||||||
chmod -R 777 ${TOOLS_PATH}
|
chmod -R 777 ${TOOLS_PATH}
|
||||||
|
|
||||||
cp ${ROOT_PATH}/composer.json ${TOOLS_PATH}/composer.json
|
cp ${ROOT_PATH}/composer.json ${TOOLS_PATH}/composer.json
|
||||||
php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/
|
php ${TOOLS_PATH}/composer.phar install --working-dir=${ROOT_PATH}/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user