Add build and test instructions

* Don't build on openbsd
* Don't test fuse on travis
This commit is contained in:
Matthieu Rakotojaona
2015-07-18 23:19:50 +02:00
parent 1f79a19293
commit 9ff98d34ef
5 changed files with 105 additions and 85 deletions

View File

@@ -18,6 +18,7 @@ var (
TestCleanup = getBoolVar("RESTIC_TEST_CLEANUP", true)
TestTempDir = getStringVar("RESTIC_TEST_TMPDIR", "")
RunIntegrationTest = getBoolVar("RESTIC_TEST_INTEGRATION", true)
RunFuseTest = getBoolVar("RESTIC_TEST_FUSE", true)
TestSFTPPath = getStringVar("RESTIC_TEST_SFTPPATH", "/usr/lib/ssh:/usr/lib/openssh")
TestWalkerPath = getStringVar("RESTIC_TEST_PATH", ".")
BenchArchiveDirectory = getStringVar("RESTIC_BENCH_DIR", ".")