mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
Travis - update clang compiler.
This commit is contained in:
parent
472e396ba9
commit
c0f6cfcfb5
@ -38,6 +38,7 @@ matrix:
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode9.4
|
||||
env: COMPILER="clang-5.0"
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode9.4
|
||||
@ -51,6 +52,7 @@ env:
|
||||
|
||||
before_install:
|
||||
- if [ "${GCC_VER}" != "" ]; then export CXX="g++-$GCC_VER" CC="gcc-$GCC_VER" GCOV="gcov-$GCC_VER" ; fi
|
||||
- if [ "${COMPILER}" != "" ]; then export CXX=${COMPILER} ; fi
|
||||
- pip install --user cpp-coveralls
|
||||
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user