-
Notifications
You must be signed in to change notification settings - Fork 6
/
.build.yml
51 lines (43 loc) · 967 Bytes
/
.build.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
##########################################################
# THE FOLLOWING LINES IS USED BY docker-build
##########################################################
requires:
fedora:
# Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-wayland-session.git
- autoconf-archive
- gcc
- desktop-file-utils
- git
- make
- mate-common
- meson
- redhat-rpm-config
debian:
# Useful URL: https://github.com/mate-desktop/debian-packages
- autopoint
- gcc
- git
- libxml2-dev
- make
- mate-common
- meson
- yelp-tools
variables:
before_scripts:
build_scripts:
- ./autogen.sh
- make -j
after_scripts:
- make distcheck
releases:
draft: false
prerelease: false
checksum: true
file_glob: true
files: mate-wayland-session-*.tar.xz
github_release:
tags: true
overwrite: true
base_version: 1.28.0
notify_servers:
- https://release.mate-desktop.org/release