1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

ci: drop bullseyeci packages

This commit is contained in:
Julian Sparber 2021-01-25 21:54:12 +01:00
parent f1e35ed97c
commit 613d5acde5

View file

@ -15,7 +15,6 @@ build:native:
- _build
variables:
BUILD_OPTS: -Dgtk_doc=true ${COMMON_BUILD_OPTS}
DEPS: build-essential git
WANT_BUILD_DEPS: "true"
COMMON_BUILD_OPTS: --werror
except:
@ -27,10 +26,6 @@ build:native:
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 .
- ulimit -c unlimited
script: