[Scummvm-git-logs] scummvm master -> 14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620

digitall dgturner at iee.org
Sun Nov 4 00:31:35 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
14bdaae4d5 BUILD: Add missing libraries to Travis CI build


Commit: 14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620
    https://github.com/scummvm/scummvm/commit/14bdaae4d5caad98ef89fa1f81ed3b7a5bbfc620
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2018-11-03T23:31:32Z

Commit Message:
BUILD: Add missing libraries to Travis CI build

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index e264369..2dfae8f 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





More information about the Scummvm-git-logs mailing list