[Scummvm-git-logs] scummvm master -> e25bac9690f2802bce932d9b5490e2d5336be818

sev- sev at scummvm.org
Wed Jan 25 20:00:43 CET 2017


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:
e25bac9690 BUILD: Added missing libs to Travis CI osx configuration


Commit: e25bac9690f2802bce932d9b5490e2d5336be818
    https://github.com/scummvm/scummvm/commit/e25bac9690f2802bce932d9b5490e2d5336be818
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-01-25T20:00:15+01:00

Commit Message:
BUILD: Added missing libs to Travis CI osx configuration

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 95343dc..36c6774 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ addons:
 
 before_install:
   - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi"
-  - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net; fi"
+  - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net libvorbis flac mad theora faad2 libmpeg2; fi"
 
 
 branches:





More information about the Scummvm-git-logs mailing list