Skip to content
Snippets Groups Projects
Verified Commit 25d444c5 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

CI mayhaps

parent 62079498
No related branches found
No related tags found
No related merge requests found
Pipeline #5576 failed
......@@ -13,7 +13,10 @@ format:
- go test -race $(go list ./... | grep -v /vendor/)
compile:
image: golang:alpine
stage: build
before_script:
- apk add build-base
script:
- go build -race -ldflags "-extldflags '-static'" -o $CI_PROJECT_DIR/app
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment