mirror of
https://github.com/restic/restic.git
synced 2025-08-25 17:47:39 +00:00
CI: save cross-compiled binaries in /tmp
This commit is contained in:
@@ -72,6 +72,7 @@ func (env *TravisEnvironment) RunTests() {
|
|||||||
"-os", strings.Join(env.goxOS, " "),
|
"-os", strings.Join(env.goxOS, " "),
|
||||||
"-arch", strings.Join(env.goxArch, " "),
|
"-arch", strings.Join(env.goxArch, " "),
|
||||||
"-tags", tags,
|
"-tags", tags,
|
||||||
|
"-output", "/tmp/{{.Dir}}_{{.OS}}_{{.Arch}}",
|
||||||
"./cmd/restic")
|
"./cmd/restic")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user