summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-20 13:01:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-20 15:18:07 +1000
commitd92310acd6ac9a1dfdfe46c2694996c4e7ad679d (patch)
tree41bc59876b8b8e6090892b6c62c99bfddd1edacd /.gitlab-ci.yml
parenta1ed3ec6d24d6511379350bfa6d972f5e3073bb5 (diff)
downloadxkeyboard-config-d92310acd6ac9a1dfdfe46c2694996c4e7ad679d.tar.gz
test: add a test case for ISO codes
Some languages need to be special-cased, pycountry doesn't list them. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 528c702..4614bd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ variables:
# Changing the tag will rebuild the container images. The value is just a
# string, but we use the date for human benefits.
- FDO_DISTRIBUTION_TAG: '2021-12-17.1'
+ FDO_DISTRIBUTION_TAG: '2022-01-20.0'
stages:
@@ -46,7 +46,7 @@ container-prep:
# minimal set of packages required to build xkeyboard-config.
BASE_PACKAGES: 'xorg-util-macros gettext pkg-config gcc grep m4 python meson ninja git diffutils'
# extra packages we need for various tests
- EXTRA_PACKAGES: 'tree libxml2 bison xorg-xkbcomp python-pytest python-libevdev python-yaml yq libxkbcommon libxslt'
+ EXTRA_PACKAGES: 'tree libxml2 bison xorg-xkbcomp python-pytest python-libevdev python-yaml yq libxkbcommon libxslt python-pycountry'
FDO_DISTRIBUTION_PACKAGES: $BASE_PACKAGES $EXTRA_PACKAGES