2 UPSTREAM_REPO: mesa/demos
5 - project: 'wayland/ci-templates'
6 ref: f69acac60d5dde0410124fd5674764600821b7a6
7 file: '/templates/debian.yml'
14 # When & how to run the CI
19 - runner_system_failure
20 # Cancel CI run if a newer commit is pushed to the same branch
26 # Debian 10 based x86 build image
30 - .debian@container-ifnot-exists
33 DEBIAN_VERSION: buster-slim
34 REPO_SUFFIX: $CI_JOB_NAME
35 # No need to pull the whole repo to build the container image
37 # /!\ Bump the TAG when modifying the DEBS
38 DEBIAN_TAG: &x86_build "2019-11-25"
61 image: "$CI_REGISTRY_IMAGE/debian/x86_build:$TAG"
79 - cmake -S . -B _build
80 -DCMAKE_INSTALL_PREFIX=$PWD/install
81 -DCMAKE_BUILD_TYPE=Debug
84 - ninja -C _build install
93 - DESTDIR=$PWD/install make install