mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
TRAVIS: Don't build with gcc on Mac OS X (#1692)
* TRAVIS: Don't build with gcc on Mac OS X gcc on Mac OS X is just a frontend for LLVM. * TRAVIS: Fix building with clang on Linux
This commit is contained in:
parent
12b5dde457
commit
027e41632f
15
.travis.yml
15
.travis.yml
@ -51,13 +51,14 @@ branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
compiler: clang
|
||||
- os: osx
|
||||
compiler: clang
|
||||
|
||||
dist: trusty
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user