-
Notifications
You must be signed in to change notification settings - Fork 7
/
.build.yml
71 lines (64 loc) · 1.2 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
##########################################################
# THE FOLLOWING LINES IS USED BY docker-build
##########################################################
requires:
archlinux:
- gettext
- git
- glib2
- gobject-introspection
- meson
- vala
debian:
- git
- gobject-introspection
- gtk-doc-tools
- intltool
- libgirepository1.0-dev
- libglib2.0-dev
- libx11-dev
- meson
- valac
fedora:
- gcc
- git
- vala-devel
- gobject-introspection-devel
- meson
- ninja-build
- gettext
- gtk-doc
- redhat-rpm-config
- vala
ubuntu:
- git
- gobject-introspection
- gtk-doc-tools
- intltool
- libgirepository1.0-dev
- libglib2.0-dev
- libx11-dev
- meson
- valac
variables:
- CFLAGS="-Wall"
configures:
meson:
- --prefix /usr
- -Ddocs=true
- -Dintrospection=true
- -Dvapi=true
- -Dtests=true
#after_scripts:
# - cd ${BUILD_DIR}
# - LC_ALL=zh_CN.utf8 ninja dist
releases:
draft: false
prerelease: false
checksum: false
file_glob: true
files: _build/meson-dist/lunar-date-*.tar.xz*
github_release:
tags: true
overwrite: true
base_version: 2.4.0