File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ Vagrant.configure("2") do |config|
104
104
105
105
config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
106
106
config . vm . provision "file" , source : "../../../cmake" , destination : "$HOME/project/"
107
- config . vm . provision "file" , source : "../../../patches " , destination : "$HOME/project/"
107
+ config . vm . provision "file" , source : "../../../python " , destination : "$HOME/project/"
108
108
config . vm . provision "file" , source : "../../../Foo" , destination : "$HOME/project/"
109
109
config . vm . provision "file" , source : "../../../Bar" , destination : "$HOME/project/"
110
110
config . vm . provision "file" , source : "../../../FooBar" , destination : "$HOME/project/"
111
- config . vm . provision "file" , source : "../../../FooBarApp" , destination : "$HOME/project/"
112
111
config . vm . provision "file" , source : "../../../examples" , destination : "$HOME/project/"
112
+ config . vm . provision "file" , source : "../../../tests" , destination : "$HOME/project/"
113
113
114
114
config . vm . provision "devel" , type : "shell" , inline :<<-SHELL
115
115
set -x
Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ Vagrant.configure("2") do |config|
97
97
98
98
config . vm . provision "file" , source : "../../../CMakeLists.txt" , destination : "$HOME/project/"
99
99
config . vm . provision "file" , source : "../../../cmake" , destination : "$HOME/project/"
100
- config . vm . provision "file" , source : "../../../patches " , destination : "$HOME/project/"
100
+ config . vm . provision "file" , source : "../../../python " , destination : "$HOME/project/"
101
101
config . vm . provision "file" , source : "../../../Foo" , destination : "$HOME/project/"
102
102
config . vm . provision "file" , source : "../../../Bar" , destination : "$HOME/project/"
103
103
config . vm . provision "file" , source : "../../../FooBar" , destination : "$HOME/project/"
104
- config . vm . provision "file" , source : "../../../FooBarApp" , destination : "$HOME/project/"
105
104
config . vm . provision "file" , source : "../../../examples" , destination : "$HOME/project/"
105
+ config . vm . provision "file" , source : "../../../tests" , destination : "$HOME/project/"
106
106
107
107
config . vm . provision "devel" , type : "shell" , inline :<<-SHELL
108
108
set -x
You can’t perform that action at this time.
0 commit comments