diff options
author | Cameron Cawley | 2018-10-29 15:02:17 +0000 |
---|---|---|
committer | David Turner | 2018-11-03 23:31:32 +0000 |
commit | 14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620 (patch) | |
tree | 6c825b257c0d93ee54ff193f5f579ae4dcd2a05c | |
parent | 58bb26938a4c6bacfa4d33fcc4c40cb19f72dd67 (diff) | |
download | scummvm-rg350-14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620.tar.gz scummvm-rg350-14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620.tar.bz2 scummvm-rg350-14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620.zip |
BUILD: Add missing libraries to Travis CI build
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e2643690cb..2dfae8f3bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |