forked from vufa/deepin-wine-qq-arch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
54 lines (54 loc) · 1020 Bytes
/
.travis.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
{
"archlinux": {
"repos": [
"archlinuxfr=http://repo.archlinux.fr/$arch"
],
"packages": [
"p7zip",
"wine",
"wine-mono",
"wine_gecko",
"xorg-xwininfo",
"wqy-microhei",
"lib32-alsa-lib",
"lib32-alsa-plugins",
"lib32-libpulse",
"lib32-openal",
"lib32-mpg123",
"lib32-gnutls"
],
"script": [
"makepkg",
"./gen.sh -m"
]
},
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"script": [
"curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
],
"deploy": [
{
"provider": "releases",
"skip_cleanup": true,
"overwrite": true,
"file_glob": true,
"file": [
"deepin-wine-qq*.pkg*"
],
"on": {
"tags": true,
"all_branches": true,
"repo": "taotieren/deepin-wine-qq-arch"
},
"token": "$GH_TOKEN"
}
]
}