仓库初始化
This commit is contained in:
13
thinkphp/tests/script/install.sh
Normal file
13
thinkphp/tests/script/install.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ $(phpenv version-name) != "hhvm" ]; then
|
||||
cp tests/extensions/$(phpenv version-name)/*.so $(php-config --extension-dir)
|
||||
|
||||
phpenv config-add tests/conf/memcached.ini
|
||||
phpenv config-add tests/conf/redis.ini
|
||||
|
||||
phpenv config-add tests/conf/timezone.ini
|
||||
fi
|
||||
|
||||
composer install --no-interaction --ignore-platform-reqs
|
||||
composer update
|
||||
Reference in New Issue
Block a user