-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy path.gitlab-ci.yml
67 lines (61 loc) · 1.67 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Copyright © 2025 Christian Persch
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <https://www.gnu.org/licenses/>.
include:
- project: 'chpe/versuch-ci'
ref: 3456e47965ee17860dd0fc82b376fc7e7dfe1968
file: '/versuch.yml'
inputs:
release-service: real
variables:
VERSUCH_FEDORA_VERSION: 41
# Increase this serial when changing VERSUCH_FEDORA_PACKAGES
# below, and reset to 0 when changing VERSUCH_FEDORA_VERSION
# above.
VERSUCH_FEDORA_SERIAL: '0'
VERSUCH_FEDORA_PACKAGES: >-
clang
clang-analyzer
clang-tools-extra
fast_float-devel
fribidi-devel
gcc-c++
gettext-devel
gi-docgen
glib2-devel
gnutls-devel
gobject-introspection-devel
gtk3-devel
gtk4-devel
libicu-devel
lz4-devel
meson
pango-devel
pcre2-devel
python3-jinja2
python3-packaging
python3-pygments
python3-toml
python3-typogrify
systemd-devel
vala
VERSUCH_COMMON_BUILD_OPTIONS: >-
--prefix=/usr
-Dgtk3=true
-Dgtk4=true
-Dgir=true
-Dvapi=true
-Ddocs=true
-Dsixel=true
VERSUCH_CI_BOT_NAME: "VTE Automation"