From 9270ee5cb8fd675334b10ec35424a9b03ae7ccb3 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Wed, 24 Jun 2020 17:58:47 +0100 Subject: [PATCH] TRAVIS: Update the list of dependencies --- .travis.yml | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06acadc27af..17872a578f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,7 @@ addons: - g++ make - ccache - libsdl2-dev - - libsdl2-net-dev - - libcurl4-openssl-dev + - liba52-dev - libjpeg-turbo8-dev - libmpeg2-4-dev - libogg-dev @@ -23,30 +22,37 @@ addons: - libfluidsynth-dev - libfreetype6-dev - zlib1g-dev + - libfribidi-dev + - libsdl2-net-dev + - libcurl4-openssl-dev + - libunity-dev + - libgtk-3-dev + - libspeechd-dev - libieee1284-3-dev - libsndio-dev - - libunity-dev + - libreadline-dev homebrew: packages: - ccache - - sdl2 - - sdl2_net - - curl - - jpeg-turbo - - libmpeg2 - a52dec - - libogg - - libvorbis - - flac - - mad - - libpng - - theora + - curl-openssl - faad2 + - flac - fluid-synth - freetype - - zlib + - fribidi + - jpeg-turbo + - mad + - libmpeg2 + - libogg + - libpng + - libvorbis - pandoc - - jack + - pkg-config + - sdl2 + - sdl2_net + - theora + - zlib update: true branches: @@ -79,7 +85,7 @@ script: - ccache --show-stats > /tmp/ccache_before - export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH" - export CCACHE_COMPRESS=1 - - ./configure --enable-all-engines --enable-opl2lpt + - ./configure --enable-all-engines --enable-opl2lpt --enable-text-console - make -j 2 - make test - make devtools