Skip to content

Commit

Permalink
CI: use debian based image
Browse files Browse the repository at this point in the history
This is closer to what is already being done in libopusenc et al.

Signed-off-by: Mark Harris <mark.hsj@gmail.com>
  • Loading branch information
tmatth authored and mark4o committed May 3, 2023
1 parent ecd50e5 commit 4a6dd69
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
image: alpine

build-gcc:
default:
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
image: gcc:9

autoconf:
stage: build

before_script:
- apk update
- apk add musl-dev git make gcc automake autoconf libtool file gzip zip xz
- apk add linux-headers libogg-dev opus-dev opusfile-dev flac-dev libpcap-dev

- apt-get update &&
apt-get install -y libogg-dev libopus-dev libopusfile-dev libflac-dev libpcap-dev zip
script:
# build libopusenc
- git clone "https://gitlab.xiph.org/xiph/libopusenc.git"
Expand Down

0 comments on commit 4a6dd69

Please sign in to comment.