Skip to content

Commit 4a6dd69

Browse files
tmatthmark4o
authored andcommitted
CI: use debian based image
This is closer to what is already being done in libopusenc et al. Signed-off-by: Mark Harris <mark.hsj@gmail.com>
1 parent ecd50e5 commit 4a6dd69

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
image: alpine
2-
3-
build-gcc:
1+
default:
42
tags:
53
- docker
4+
# Image from https://hub.docker.com/_/gcc/ based on Debian
5+
image: gcc:9
66

7+
autoconf:
78
stage: build
8-
99
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-
10+
- apt-get update &&
11+
apt-get install -y libogg-dev libopus-dev libopusfile-dev libflac-dev libpcap-dev zip
1412
script:
1513
# build libopusenc
1614
- git clone "https://gitlab.xiph.org/xiph/libopusenc.git"

0 commit comments

Comments
 (0)