mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
gitlab-ci: Install cmakelang so we can format CMake build files
This commit is contained in:
parent
d2e2c3a988
commit
7b734a4a6c
|
@ -30,7 +30,7 @@ include:
|
|||
.monado.variables.debian:bullseye:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: "bullseye"
|
||||
FDO_DISTRIBUTION_TAG: "2022-07-25.0"
|
||||
FDO_DISTRIBUTION_TAG: "2022-09-19.1"
|
||||
|
||||
# Variables for build and usage of Debian bullseye-ndk image
|
||||
.monado.variables.debian:bullseye-ndk:
|
||||
|
|
|
@ -69,7 +69,7 @@ distributions:
|
|||
# This image does some extra work.
|
||||
- codename: bullseye
|
||||
script: i386_and_proclamation_container_prep.sh
|
||||
tag: "2022-07-25.0"
|
||||
tag: "2022-09-19.1"
|
||||
deb_version_suffix: bpo11
|
||||
packages:
|
||||
<<: *default_debian_packages
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
bash ./install-cross.sh
|
||||
)
|
||||
|
||||
python3 -m pip install proclamation
|
||||
python3 -m pip install proclamation cmakelang
|
||||
|
|
Loading…
Reference in a new issue