diff --git a/setup.sh b/setup.sh index 5efe597..c4d6c21 100644 --- a/setup.sh +++ b/setup.sh @@ -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}