blob: 9f378bf85f27529a04c24327819ea86f0eb2c7bf (
plain)
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
|
sudo: required
services:
- docker
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"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"
deploy:
provider: releases
skip_cleanup: true
overwrite: true
api_key: $GH_TOKEN
file_glob: true
file:
- "deepin-wine-tim*.pkg*"
on:
tags: true
all_branches: true
repo: countstarlight/deepin-wine-tim-arch
|