From 9121e8f513141f733b118430873d011aaef0a708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Fri, 16 Oct 2020 00:42:35 +0300 Subject: ci/travis: move to a yaml list for required packages for mingw-w64 --- .travis.yml | 10 ++++++++-- 1 file 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 -- cgit v1.2.3