mirror of
https://github.com/danog/parallel.git
synced 2024-11-26 20:34:40 +01:00
Update provisioning to provide xdebug for code coverage & auto-load extensions
This commit is contained in:
parent
ff413c904c
commit
5fb2b0ee64
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -3,6 +3,9 @@ Vagrant.configure(2) do |config|
|
|||||||
|
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
newphp 56 zts
|
newphp 56 zts
|
||||||
sudo pickle install -n --ini=/etc/php56/php-cli.ini pthreads
|
sudo pickle install -n xdebug
|
||||||
|
echo 'zend_extension=xdebug.so' >> `php -i | grep php-cli.ini | awk '{print $5}'`
|
||||||
|
sudo pickle install -n pthreads
|
||||||
|
echo 'extension=pthreads.so' >> `php -i | grep php-cli.ini | awk '{print $5}'`
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user