Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Neumann b3c2febf79 Add output of build.go to gitignore 2016-02-20 17:31:22 +01:00
Alexander Neumann b63399d606 Move things around for gb
This moves all restic source files to src/, and all vendored
dependencies to vendor/src.
2016-02-20 17:31:20 +01:00
Alexander Neumann 149b634333 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]
2015-07-18 23:25:30 +02:00
Alexander Neumann aebfaec9c7 Add integration tests 2015-05-11 21:09:32 +02:00
Alexander Neumann fdac4655c6 Integrate travis 2015-05-10 22:47:01 +02:00
Alexander Neumann 5f13e199c6 vendor everything 2015-05-10 22:46:32 +02:00
Florian Weingarten d194663837 gitignore binary files 2015-04-24 18:56:17 -04:00