mirror of https://github.com/a0rtega/pafish
Automatically build pafish during Vagrant initialization
This commit is contained in:
parent
e5b57d942c
commit
44cb9357a2
|
@ -66,5 +66,7 @@ Vagrant.configure("2") do |config|
|
|||
config.vm.provision "shell", inline: <<-SHELL
|
||||
apt-get update
|
||||
apt-get install -y make mingw-w64
|
||||
cd /vagrant/pafish
|
||||
make -f Makefile.linux
|
||||
SHELL
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue