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