From b86dda72e5b975113a9d0f0a64d6aa22d3787de6 Mon Sep 17 00:00:00 2001 From: mdr0id Date: Sun, 15 Sep 2019 17:39:15 -0700 Subject: [PATCH] update broken gitlab yaml for cgo targets on alpine --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bbb3e0..0054b99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,11 @@ stages: - deploy - monitor +before_script: + - apk update && apk add make git gcc musl-dev + - export GO111MODULE=on + - export CGO_ENABLED=1 + # ************************************************************************/ # BUILD # ************************************************************************/