We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd50e5 commit 4a6dd69Copy full SHA for 4a6dd69
.gitlab-ci.yml
@@ -1,16 +1,14 @@
1
-image: alpine
2
-
3
-build-gcc:
+default:
4
tags:
5
- docker
+ # Image from https://hub.docker.com/_/gcc/ based on Debian
+ image: gcc:9
6
7
+autoconf:
8
stage: build
9
before_script:
10
- - apk update
11
- - apk add musl-dev git make gcc automake autoconf libtool file gzip zip xz
12
- - apk add linux-headers libogg-dev opus-dev opusfile-dev flac-dev libpcap-dev
13
+ - apt-get update &&
+ apt-get install -y libogg-dev libopus-dev libopusfile-dev libflac-dev libpcap-dev zip
14
script:
15
# build libopusenc
16
- git clone "https://gitlab.xiph.org/xiph/libopusenc.git"
0 commit comments