Browse Source

update broken gitlab yaml for cgo targets on alpine

service_pr
mdr0id 5 years ago
parent
commit
b86dda72e5
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -18,6 +18,11 @@ stages:
- deploy - deploy
- monitor - monitor
before_script:
- apk update && apk add make git gcc musl-dev
- export GO111MODULE=on
- export CGO_ENABLED=1
# ************************************************************************/ # ************************************************************************/
# BUILD # BUILD
# ************************************************************************/ # ************************************************************************/

Loading…
Cancel
Save