mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Share the folder containing the build script
This commit is contained in:
3
vagrant/centos-7-x64/Vagrantfile
vendored
3
vagrant/centos-7-x64/Vagrantfile
vendored
@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
|
||||
# a place to put the build results.
|
||||
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
|
||||
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
end
|
||||
|
||||
3
vagrant/debian-8-x64/Vagrantfile
vendored
3
vagrant/debian-8-x64/Vagrantfile
vendored
@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
|
||||
# a place to put the build results.
|
||||
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
|
||||
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
end
|
||||
|
||||
5
vagrant/fedora-24-x64/Vagrantfile
vendored
5
vagrant/fedora-24-x64/Vagrantfile
vendored
@@ -18,6 +18,7 @@ Vagrant.configure("2") do |config|
|
||||
# a place to put the build results.
|
||||
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
|
||||
|
||||
end
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
# config.vbguest.auto_update = false
|
||||
end
|
||||
|
||||
3
vagrant/ubuntu-1404-x64/Vagrantfile
vendored
3
vagrant/ubuntu-1404-x64/Vagrantfile
vendored
@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
|
||||
# a place to put the build results.
|
||||
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
|
||||
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
end
|
||||
|
||||
3
vagrant/ubuntu-1604-x64/Vagrantfile
vendored
3
vagrant/ubuntu-1604-x64/Vagrantfile
vendored
@@ -18,4 +18,7 @@ Vagrant.configure("2") do |config|
|
||||
# a place to put the build results.
|
||||
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
|
||||
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user