mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
ci: drop bullseyeci packages
This commit is contained in:
parent
f1e35ed97c
commit
613d5acde5
1 changed files with 0 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue