mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
BUILD: Add missing libraries to Travis CI build
This commit is contained in:
parent
58bb26938a
commit
14bdaae4d5
@ -22,6 +22,9 @@ addons:
|
||||
- libfluidsynth-dev
|
||||
- libfreetype6-dev
|
||||
- zlib1g-dev
|
||||
- libieee1284-3-dev
|
||||
- libsndio-dev
|
||||
- libunity-dev
|
||||
|
||||
before_install:
|
||||
- "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi"
|
||||
@ -42,7 +45,7 @@ os:
|
||||
dist: trusty
|
||||
|
||||
script:
|
||||
- ./configure --enable-all-engines
|
||||
- ./configure --enable-all-engines --enable-opl2lpt
|
||||
- make -j 2
|
||||
- make test
|
||||
- make devtools
|
||||
|
Loading…
x
Reference in New Issue
Block a user