ci: Adjust so that we use Bullseye to build the docs.

This fixes the vulkan extension table.
This commit is contained in:
Ryan Pavlik 2021-11-04 12:52:29 -05:00
parent 3bd0a07aa2
commit 14ed993d80
2 changed files with 6 additions and 5 deletions

View file

@ -227,15 +227,14 @@ reuse:
- meson .. $MESON_ARGS
- ninja
debian:cmake:
debian:bullseye:cmake:
extends:
- .monado.variables.debian:buster
- .monado.variables.debian:bullseye
- .fdo.distribution-image@debian # from ci-templates
- .monado.base-job.build-cmake
before_script:
# Generate "changes since last release" and add to changelog,
# since this is the build that makes our docs.
- pip3 install proclamation
- pushd doc/changes
- proclamation build --overwrite vNEXT
- popd
@ -503,7 +502,7 @@ pages:
only:
- master
dependencies:
- debian:cmake
- debian:bullseye:cmake
- reprepro:package
script:
- mkdir -p public

View file

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
# Copyright 2018-2021, Collabora, Ltd. and the Monado contributors
# SPDX-License-Identifier: BSL-1.0
(
@ -10,3 +10,5 @@
cd $(dirname $0)
bash ./build-openxr-openhmd.sh
)
python3 -m pip install proclamation