Auto setup jasmine

This commit is contained in:
Dennis Eichhorn 2018-06-25 21:20:56 +02:00
parent 0dee83afae
commit b23ed7b986

View File

@ -96,6 +96,9 @@ 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/phpstan/phpstan/releases/download/0.9.2/phpstan.phar
wget -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar
wget -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip
unzip -j jasmine-standalone-3.1.0.zip -d ${ROOT_PATH}/jsOMS/tests
tar -zxvf compiler-latest.tar.gz
chmod -R 777 ${TOOLS_PATH}