aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
blob: 9bb8da184691b950b97e8150d79da1054993e5b6 (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

arch:
  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"

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

deploy:
  provider: releases
  skip_cleanup: true
  api_key: $GH_TOKEN
  file_glob: true
  script:
  - "pwd"
  - "ls"
  - "ls /build"
  file:
    - "deepin-wine-tim-*-x86_64.pkg.tar.xz"
  on:
    tags: true