aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCountStarlight2019-01-22 14:23:53 +0800
committerCountStarlight2019-01-22 14:23:53 +0800
commit076e5aad8879fccc431efa6e4930bf03da32916f (patch)
tree05c5638d8a34a57c772ac91168c8e194cdee7c25 /.travis.yml
parent1f9700200a8cf00b4977538b22b1251e635a207f (diff)
downloadaur-076e5aad8879fccc431efa6e4930bf03da32916f.tar.gz
Add lib32-libldap to depends.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
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"