summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2020-10-16 00:42:35 +0300
committersfan5 <sfan5@live.de>2020-10-16 00:01:54 +0200
commit9121e8f513141f733b118430873d011aaef0a708 (patch)
tree2aa87376074a012ef0baf408afe534922d99b07b
parentf9ed80a12bf575259deaaae0dd5ea9bdd44237a9 (diff)
downloadmpv-9121e8f513141f733b118430873d011aaef0a708.tar.bz2
mpv-9121e8f513141f733b118430873d011aaef0a708.tar.xz
ci/travis: move to a yaml list for required packages for mingw-w64
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 70a7b8e164..bff739f209 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,14 @@ _mingwbase:
os: linux
addons:
apt:
- packages: ['autoconf', 'automake', 'pkg-config', 'gcc-mingw-w64',
- 'gcc-multilib', 'nasm', 'yasm']
+ packages:
+ - 'autoconf'
+ - 'automake'
+ - 'pkg-config'
+ - 'gcc-mingw-w64'
+ - 'gcc-multilib'
+ - 'nasm'
+ - 'yasm'
before_install: |
# upgrade MinGW CRT to the one from Ubuntu 20.04 (required for D3D11):
wget "http://archive.ubuntu.com/ubuntu/pool/universe/m/mingw-w64/"mingw-w64-{common,i686-dev,x86-64-dev}_7.0.0-2_all.deb