mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-17 16:05:36 +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
|
- _build
|
||||||
variables:
|
variables:
|
||||||
BUILD_OPTS: -Dgtk_doc=true ${COMMON_BUILD_OPTS}
|
BUILD_OPTS: -Dgtk_doc=true ${COMMON_BUILD_OPTS}
|
||||||
DEPS: build-essential git
|
|
||||||
WANT_BUILD_DEPS: "true"
|
WANT_BUILD_DEPS: "true"
|
||||||
COMMON_BUILD_OPTS: --werror
|
COMMON_BUILD_OPTS: --werror
|
||||||
except:
|
except:
|
||||||
|
@ -27,10 +26,6 @@ build:native:
|
||||||
before_script:
|
before_script:
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- apt-get -y update
|
- 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 build-dep .
|
||||||
- ulimit -c unlimited
|
- ulimit -c unlimited
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue