[Scummvm-git-logs] scummvm ccawley2011-patch-1 -> 0097c7772bb2212a96f75a28a64e64728a777c97

ccawley2011 ccawley2011 at gmail.com
Fri Jun 21 15:31:11 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:
0097c7772b TRAVIS: Don't build with gcc on Mac OS X


Commit: 0097c7772bb2212a96f75a28a64e64728a777c97
    https://github.com/scummvm/scummvm/commit/0097c7772bb2212a96f75a28a64e64728a777c97
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-06-21T14:31:09+01:00

Commit Message:
TRAVIS: Don't build with gcc on Mac OS X

gcc on Mac OS X is just a frontend for LLVM.

Changed paths:
    .travis.yml


diff --git a/.travis.yml b/.travis.yml
index 1a47909..78b1afb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,13 +51,14 @@ branches:
  only:
    - master
 
-compiler:
-  - gcc
-  - clang
-
-os:
-  - linux
-  - osx
+matrix:
+  include:
+    - os: linux
+      compiler:
+        - gcc
+        - clang
+    - os: osx
+      compiler: clang
 
 dist: trusty
 





More information about the Scummvm-git-logs mailing list