Skip to content
Snippets Groups Projects
Commit f7fcf060 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[tests] Modify Vagrantfile to build+install local codebase

parent f9529d1d
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,11 @@ Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: <<-SHELL
locale-gen
apt-get update
apt-get install -y git automake make
git clone https://0xacab.org/riseuplabs/backupninja.git
chown vagrant: backupninja -R
apt-get install -y automake make dialog
cd /vagrant
./autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib --libexecdir=/usr/lib
make
make install
SHELL
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment