aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
blob: e2519e0f78955db2093a959adf930761227f11a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: required

arch:
  packages:
    - p7zip
    - wine
    - wine-mono
    - wine_gecko
    - xorg-xwininfo
    - xdotool
    - wqy-microhei
    - adobe-source-han-sans-cn-fonts
    - lib32-alsa-lib
    - lib32-alsa-plugins
    - lib32-libpulse
    - lib32-openal
  script:
    - "makepkg"

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