libevdev/.gitlab-ci/gitlab-ci-config.yaml
Peter Hutterer e03cdd1d3f gitlab CI: update to latest ci-templates
This gives us a warning where qemu failed to start and it gets rid of the
different "flavor" that only archlinux had different to the distribution name.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-02-24 08:44:48 +10:00

37 lines
988 B
YAML

# vim: set expandtab shiftwidth=2 tabstop=8 textwidth=0:
#
# 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'