Merge pull request #21 from Nava2/add-apple-gcc

Add apple-gcc target
This commit is contained in:
The Phantom Derpstorm 2016-02-26 12:56:26 -05:00
commit 5fe7791cd6

View File

@ -60,6 +60,7 @@ matrix:
- ninja-build
- libluajit-5.1-dev
# clang
- os: linux
env: COMPILER=clang++-3.5 LUA_VERSION=lua52
compiler: clang
@ -101,11 +102,25 @@ matrix:
- ninja-build
- libluajit-5.1-dev
- os: osx
osx_image: xcode7
compiler: gcc
env: COMPILER=g++-4.9 LUA_VERSION=lua53
- os: osx
osx_image: xcode7
compiler: gcc
env: COMPILER=g++-5 LUA_VERSION=lua53
- os: osx
osx_image: xcode7
compiler: clang
env: COMPILER=appleclang LUA_VERSION=lua53
allow_failures:
- os: osx
compiler: clang
before_install:
- source ./install.deps.sh