mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
ci: Adjust so that we use Bullseye to build the docs.
This fixes the vulkan extension table.
This commit is contained in:
parent
3bd0a07aa2
commit
14ed993d80
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue