mirror of https://github.com/restic/restic.git
Enable debug builds for CI
This commit is contained in:
parent
f72f6c9c80
commit
54a6d98945
|
@ -222,6 +222,7 @@ jobs:
|
|||
run: |
|
||||
mkdir build-output
|
||||
gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}" ./cmd/restic
|
||||
gox -parallel 2 -verbose -osarch "$GOX_ARCHS" -tags debug -output "build-output/{{.Dir}}_{{.OS}}_{{.Arch}}_debug" ./cmd/restic
|
||||
|
||||
lint:
|
||||
name: lint
|
||||
|
|
Loading…
Reference in New Issue