TRAVIS: Update the list of dependencies

This commit is contained in:
Cameron Cawley 2020-06-24 17:58:47 +01:00 committed by David Turner
parent 539ae3cda7
commit 9270ee5cb8

View file

@ -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