mirror of
https://github.com/restic/restic.git
synced 2024-12-23 16:26:11 +00:00
CI: save cross-compiled binaries in /tmp
This commit is contained in:
parent
c22c0f2706
commit
fa7192fdfb
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue