Skip to content
Snippets Groups Projects
Commit 9202e729 authored by Simon McVittie's avatar Simon McVittie
Browse files

debian: Enable Gitlab-CI


We are targeting scout, but because scout is so old, its SDK environment
is too old to run deb-build-snapshot. Instead, we do that step in a
Debian 10 'buster' environment, and hand over the artifacts from that
to the autopkgtest step.

Our build-dependencies are not all preinstalled in the CI Docker
images, so add them.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent f52ad7ce
No related branches found
No related tags found
1 merge request!10Add Gitlab-CI
Pipeline #1230 passed
include:
- project: 'steam/steam-ci-pipeline'
file: '/steam-gitlab-ci-common.yml'
- project: 'steam/steam-ci-pipeline'
file: '/steam-gitlab-ci-pipeline.yml'
variables:
BUILD_IMAGE: docker.internal.steamos.cloud/steamrt/sdk:scout-latest
STEAM_CI_USE_BINARIES_FROM: autopkgtest
STEAM_CI_DEPENDENCIES: >-
debhelper
gtk-doc-tools
libegl1-mesa-dev
libgl1-mesa-dev
libgles2-mesa-dev
libglib2.0-dev
libx11-dev
libxcomposite-dev
meson
build:
variables:
BUILD_IMAGE: docker.internal.steamos.cloud/steamos/package-builder:buster
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment