mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 17:08:36 +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:
|
.monado.variables.debian:bullseye:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: "bullseye"
|
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
|
# Variables for build and usage of Debian bullseye-ndk image
|
||||||
.monado.variables.debian:bullseye-ndk:
|
.monado.variables.debian:bullseye-ndk:
|
||||||
|
|
|
@ -69,7 +69,7 @@ distributions:
|
||||||
# This image does some extra work.
|
# This image does some extra work.
|
||||||
- codename: bullseye
|
- codename: bullseye
|
||||||
script: i386_and_proclamation_container_prep.sh
|
script: i386_and_proclamation_container_prep.sh
|
||||||
tag: "2022-07-25.0"
|
tag: "2022-09-19.1"
|
||||||
deb_version_suffix: bpo11
|
deb_version_suffix: bpo11
|
||||||
packages:
|
packages:
|
||||||
<<: *default_debian_packages
|
<<: *default_debian_packages
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
bash ./install-cross.sh
|
bash ./install-cross.sh
|
||||||
)
|
)
|
||||||
|
|
||||||
python3 -m pip install proclamation
|
python3 -m pip install proclamation cmakelang
|
||||||
|
|
Loading…
Reference in a new issue