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

bluegr bluegr at gmail.com
Sat May 18 20:02:15 CEST 2019


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:
dbdf8de985 TRAVIS: Re-enable Mac OS X builds


Commit: dbdf8de985800cfac565a6cd4ad433d95b866cba
    https://github.com/scummvm/scummvm/commit/dbdf8de985800cfac565a6cd4ad433d95b866cba
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-05-18T21:02:12+03:00

Commit Message:
TRAVIS: Re-enable Mac OS X builds

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 2dfae8f..52059d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,11 +25,26 @@ addons:
     - libieee1284-3-dev
     - libsndio-dev
     - libunity-dev
-
-before_install:
-  - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew update; fi"
-  - "if [ ${TRAVIS_OS_NAME:-'linux'} = 'osx' ]; then brew install sdl2 sdl2_net libvorbis flac mad theora faad2 libmpeg2; fi"
-
+  homebrew:
+    packages:
+    - sdl2
+    - sdl2_net
+    - curl-openssl
+    - jpeg-turbo
+    - libmpeg2
+    - a52dec
+    - libogg
+    - libvorbis
+    - flac
+    - mad
+    - libpng
+    - theora
+    - faad2
+    - fluid-synth
+    - freetype
+    - zlib
+    - pandoc
+    update: true
 
 branches:
  only:
@@ -41,6 +56,7 @@ compiler:
 
 os:
   - linux
+  - osx
 
 dist: trusty
 





More information about the Scummvm-git-logs mailing list