aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
blob: 6f46b7455621b36f2b27d55c95630995ad5defe3 (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
41
42
arch: amd64
os: linux
dist: focal

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-libldap
  script:
  - "makepkg"
  - "./gen.sh -m"

script:
- "curl -s https://raw.githubusercontent.com/countstarlight/arch-travis/master/arch-travis.sh | bash"

deploy:
  provider: releases
  skip_cleanup: true
  overwrite: true
  token: $GH_TOKEN
  file_glob: true
  file:
    - "deepin-wine-wechat*.pkg*"
  on:
    tags: true
    all_branches: true
    repo: countstarlight/deepin-wine-wechat-arch