aboutsummarylogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 0c27472bfea0..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-gnutls
- 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-tim*.pkg*"
- on:
- tags: true
- all_branches: true
- repo: countstarlight/deepin-wine-tim-arch