aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVufa2021-10-25 14:04:51 +0800
committerVufa2021-10-25 14:04:51 +0800
commit3f39071a66d706014819bd1675c3062b1d7daedc (patch)
treefe0cb3f2490a9526992a0375a39f8e613d0bb5cd /.travis.yml
parentd005a482d34e58c9d7f95cb91ded814511efd53a (diff)
downloadaur-3f39071a66d706014819bd1675c3062b1d7daedc.tar.gz
add 'noto-fonts-cjk' to depends
Signed-off-by: Vufa <countstarlight@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 6f46b7455621..000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-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