The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

This fixes the vulkan extension table.

+6 -5
+3 -4
.gitlab-ci.yml
··· 227 227 - meson .. $MESON_ARGS 228 228 - ninja 229 229 230 - debian:cmake: 230 + debian:bullseye:cmake: 231 231 extends: 232 - - .monado.variables.debian:buster 232 + - .monado.variables.debian:bullseye 233 233 - .fdo.distribution-image@debian # from ci-templates 234 234 - .monado.base-job.build-cmake 235 235 before_script: 236 236 # Generate "changes since last release" and add to changelog, 237 237 # since this is the build that makes our docs. 238 - - pip3 install proclamation 239 238 - pushd doc/changes 240 239 - proclamation build --overwrite vNEXT 241 240 - popd ··· 503 502 only: 504 503 - master 505 504 dependencies: 506 - - debian:cmake 505 + - debian:bullseye:cmake 507 506 - reprepro:package 508 507 script: 509 508 - mkdir -p public
+3 -1
.gitlab-ci/debian_bullseye_container_prep.sh
··· 1 1 #!/bin/bash 2 - # Copyright 2018-2020, Collabora, Ltd. and the Monado contributors 2 + # Copyright 2018-2021, Collabora, Ltd. and the Monado contributors 3 3 # SPDX-License-Identifier: BSL-1.0 4 4 5 5 ( ··· 10 10 cd $(dirname $0) 11 11 bash ./build-openxr-openhmd.sh 12 12 ) 13 + 14 + python3 -m pip install proclamation