From 1455b406e63dd262938e49da5f83c05c17c60a8d Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 10 Jul 2017 14:25:59 +0200 Subject: [PATCH] speedo: Provide a vagrantfile to test speedo in an isolated VM. * build-aux/Vagrantfile: New file. Signed-off-by: Marcus Brinkmann --- build-aux/Vagrantfile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 build-aux/Vagrantfile diff --git a/build-aux/Vagrantfile b/build-aux/Vagrantfile new file mode 100644 index 000000000..e4252aad1 --- /dev/null +++ b/build-aux/Vagrantfile @@ -0,0 +1,36 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# This Vagrantfile installs all build dependencies for speedo and runs it to compile all of gnupg. + +$script = <