1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-22 20:52:20 +00:00

💚 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

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