aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 000000000000..5fec4d8c2cae
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,28 @@
+sudo: required
+
+services:
+- docker
+
+arch:
+ repos:
+ - archlinuxfr=http://repo.archlinux.fr/$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
+ - lib32-mpg123
+ - lib32-libldap
+ script:
+ - "makepkg"
+
+script:
+- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"