0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 21:15:19 +00:00

add v8-5.8 box

This commit is contained in:
Stefan Siegl 2017-03-05 20:03:59 +01:00
parent dce5e01de5
commit 8750898e0b

10
Vagrantfile vendored
View File

@ -25,7 +25,15 @@ Vagrant.configure("2") do |config|
add-apt-repository ppa:ondrej/php add-apt-repository ppa:ondrej/php
SHELL SHELL
config.vm.define "default" do |i| config.vm.define "v8-5.8" do |i|
i.vm.provision "shell", inline: <<-SHELL
add-apt-repository ppa:pinepain/libv8-5.8
apt-get update
apt-get install -y php7.0-dev libv8-5.8-dbg libv8-5.8-dev
SHELL
end
config.vm.define "v8-5.7" do |i|
i.vm.provision "shell", inline: <<-SHELL i.vm.provision "shell", inline: <<-SHELL
add-apt-repository ppa:pinepain/libv8-5.7 add-apt-repository ppa:pinepain/libv8-5.7
apt-get update apt-get update