mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-20 21:08:18 +02:00
Makes it less error-prone to forgetful updates like 191913, I hope. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
17 lines
429 B
YAML
17 lines
429 B
YAML
# This file contains the configuration for the gitlab ci.
|
|
# See the .gitlab-ci/generate-gitlab-ci.py file for more info
|
|
#
|
|
|
|
# We're happy to rebuild all containers when one changes.
|
|
.default_tag: &default_tag '2022-02-16.0'
|
|
|
|
distributions:
|
|
- name: fedora
|
|
tag: *default_tag
|
|
versions:
|
|
- '35' # update the pages job when bumping the version
|
|
use_for_custom_build_tests: true
|
|
|
|
pages:
|
|
distro: fedora
|
|
version: 35
|