Skip to content
Snippets Groups Projects
Commit dcc925b1 authored by Erick Hitter's avatar Erick Hitter
Browse files

More debugging

parent a317272c
No related branches found
No related tags found
1 merge request!4Update go.mod, fix build
Pipeline #4823 failed with stages
in 1 minute and 49 seconds
......@@ -26,8 +26,7 @@ coverhtml:
./tools/coverage.sh html;
dep:
@go get -v -d ./...
@go install github.com/mitchellh/gox@latest
@go get -v ./...
build: dep
@gox -output="${CI_PROJECT_DIR}/${PROJECT_NAME}/{{.Dir}}_{{.OS}}_{{.Arch}}" -parallel=6 -osarch '!darwin/386'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment