Add Vagrantfile

This defines Linux, FreeBSD and OpenBSD VMs and creates a Go
environment.

Micro-tutorial:

    $ vagrant up freebsd
    [wait...]

    $ vagrant ssh freebsd -c 'cd restic/restic; go test -v ./...'
    [test output]
This commit is contained in:
Alexander Neumann
2015-07-18 15:56:47 +02:00
parent 528dba2255
commit 149b634333
2 changed files with 100 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
cmd/dirdiff/dirdiff
cmd/gentestdata/gentestdata
cmd/restic/restic
/.vagrant