Merge pull request #57 from zcash-hackworks/update_gitlab_yaml

update broken gitlab yaml for cgo targets on alpine
This commit is contained in:
Marshall Gaucher 2019-09-15 17:45:24 -07:00 committed by GitHub
commit 731b3393d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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
# ************************************************************************/