1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-05 10:14:07 +02:00

🎉 libsrt got packaged in community's Alpine Linux repo, FFMPEG is compiled with libsrt, so we use Alpine Linux

This commit is contained in:
Yohann D'ANELLO
2020-10-01 09:29:25 +02:00
parent 3828168742
commit 0a95aae42b
3 changed files with 26 additions and 10 deletions

View File

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