From 84237ec98f104e2fa20e33f7ea81fd14f61c508b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Sep 2014 11:35:27 -0700 Subject: [PATCH] Add Vagrantfile for cross cmpiling --- .gitignore | 1 - Vagrantfile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 Vagrantfile diff --git a/.gitignore b/.gitignore index d9d37c96f..a0e0b48d8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,4 @@ /website/build .DS_Store .vagrant -Vagrantfile test/.env diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 000000000..82d2d96b9 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,46 @@ +# -*- mode: ruby -*- +# vi: set ft=ruby : + +# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! +VAGRANTFILE_API_VERSION = "2" + +$script = <