mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
commit
5fe7791cd6
15
.travis.yml
15
.travis.yml
|
@ -60,6 +60,7 @@ matrix:
|
||||||
- ninja-build
|
- ninja-build
|
||||||
- libluajit-5.1-dev
|
- libluajit-5.1-dev
|
||||||
|
|
||||||
|
# clang
|
||||||
- os: linux
|
- os: linux
|
||||||
env: COMPILER=clang++-3.5 LUA_VERSION=lua52
|
env: COMPILER=clang++-3.5 LUA_VERSION=lua52
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
@ -101,11 +102,25 @@ matrix:
|
||||||
- ninja-build
|
- ninja-build
|
||||||
- libluajit-5.1-dev
|
- libluajit-5.1-dev
|
||||||
|
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode7
|
||||||
|
compiler: gcc
|
||||||
|
env: COMPILER=g++-4.9 LUA_VERSION=lua53
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode7
|
osx_image: xcode7
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: COMPILER=g++-5 LUA_VERSION=lua53
|
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:
|
before_install:
|
||||||
- source ./install.deps.sh
|
- source ./install.deps.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user