1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-27 06:05:30 +00:00

gitlab-ci: Use bullseye CI repo

This is needed to be able to use callaudiod before it reaches
Debian Bullseye.
This commit is contained in:
Sebastian Krzyszkowiak 2020-10-30 18:29:05 +01:00
parent 3d847c6b4f
commit b9fb2775cd
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -15,8 +15,11 @@ variables:
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get -y update
- apt-get -y install $DEPS wget ca-certificates gnupg
- echo "deb http://ci.puri.sm/ bullseyeci main" > /etc/apt/sources.list.d/ci.list
- wget -O- https://ci.puri.sm/ci-repo.key | apt-key add -
- apt-get -y update
- apt-get -y build-dep .
- apt-get -y install $DEPS
- ulimit -c unlimited
.tags: &tags