summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorWismill <dev@wismill.eu>2023-02-09 05:48:15 +0000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-02-09 05:48:15 +0000
commit57894f08f8e6ed0eda0e3a7f7cf112c410022a94 (patch)
tree4c6e74e99cbb95014d906023fbe5bd609bf26cb4 /.gitlab-ci.yml
parent6d9f17da14ac59c5e96f5b19367fe6081db2ec2f (diff)
downloadxkeyboard-config-57894f08f8e6ed0eda0e3a7f7cf112c410022a94.tar.gz
rules: add an option to use custom types & add locale to custom layout
A custom layout may define its own types or a user may want to overwrite existing types. This option activates the `custom` types file, which is user-provided. This is a follow-up to 5ca9f8aea2876fe6926fc27f564d36eaf5ca5c8d.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4614bd0..1ce521e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -202,6 +202,8 @@ layout_tests:
script:
# make sure the custom layout resolves to something
- ln -s "$INSTDIR/share/X11/xkb/symbols/us" "$INSTDIR/share/X11/xkb/symbols/custom"
+ # make sure the custom types resolves to something
+ - ln -s "$INSTDIR/share/X11/xkb/types/basic" "$INSTDIR/share/X11/xkb/types/custom"
- rm -rf xorgproto libxkbcommon
# Get latest xorgproto so we definitely have all keysyms
- git clone --depth=1 https://gitlab.freedesktop.org/xorg/proto/xorgproto