Enable debug builds for CI

This commit is contained in:
Michael Eischer 2020-11-29 18:47:00 +01:00
parent f72f6c9c80
commit 54a6d98945
1 changed files with 1 additions and 0 deletions

View File

@ -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