libevdev/.gitlab-ci/gitlab-ci-config.yaml
Peter Hutterer 13775b56e5 Use editorconfig instead of a sprinkling of :vim: instructions
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-02-27 05:58:05 +00:00

34 lines
928 B
YAML

# This file contains the configuration for the gitlab ci.
# See the .gitlab-ci/generate-gitlab-ci.py file for more info
distributions:
- name: fedora
version: '30'
- name: fedora
version: '31'
- name: ubuntu
version: '19.10'
- name: ubuntu
version: '19.04'
- name: debian
version: 'stable'
- name: debian
version: 'sid'
- name: centos
version: 7
build:
meson: False
extra_variables:
# note: the variable value includes the comment because we want that in the gitlab-ci file
MAKE_ARGS: "'' # disable distcheck, requires doxygen"
- name: centos
version: 8
build:
meson: False
extra_variables:
# note: the variable value includes the comment because we want that in the gitlab-ci file
MAKE_ARGS: "'' # disable distcheck, requires doxygen"
- name: arch
version: 'rolling'
- name: alpine
version: 'latest'