💚 gcc and build-base are required

This commit is contained in:
Yohann D'ANELLO 2020-09-29 14:25:36 +02:00
parent 85febcf757
commit 8e241aa575
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ unit_tests:
image: golang:1.15-alpine
stage: test
before_script:
- apk add -X http://dl-cdn.alpinelinux.org/alpine/edge/testing libsrt-dev
- apk add --no-cache build-base gcc
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing libsrt-dev
script:
- go test -v -covermode=count -coverprofile cover.cov ./...
- go tool cover -func=cover.cov