TRAVIS: Update the list of dependencies
This commit is contained in:
parent
539ae3cda7
commit
9270ee5cb8
1 changed files with 23 additions and 17 deletions
40
.travis.yml
40
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue