Newer
Older
stages:
- build
- deploy
compile:
stage: build
script:
- go build -tags osusergo,netgo,seccomp -ldflags '-extldflags=-static' cmd/hepto.go
variables:
GOPATH: $CI_PROJECT_DIR/.go
before_script:
- mkdir -p .go