mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
Compiler package for clang.
This commit is contained in:
parent
979e4f434c
commit
42e1f0bf10
@ -6,10 +6,12 @@ addons:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-trusty-6.0
|
||||
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-6.0 main'
|
||||
key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
|
||||
packages:
|
||||
- g++-7
|
||||
- g++-8
|
||||
- clang-3.7
|
||||
- clang-6.0
|
||||
coverity_scan:
|
||||
project:
|
||||
name: "ChaiScript/ChaiScript"
|
||||
@ -40,11 +42,11 @@ matrix:
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode9.4
|
||||
env: CLANG_VER=3.7
|
||||
env: CLANG_VER=6.0
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode9.4
|
||||
env: CLANG_VER=3.7 CMAKE_OPTIONS="-D DYNLOAD_ENABLED:BOOL=FALSE -D MULTITHREAD_SUPPORT_ENABLED:BOOL=FALSE -D USE_STD_MAKE_SHARED:BOOL=TRUE" BUILD_ONLY=1
|
||||
env: CLANG_VER=6.0 CMAKE_OPTIONS="-D DYNLOAD_ENABLED:BOOL=FALSE -D MULTITHREAD_SUPPORT_ENABLED:BOOL=FALSE -D USE_STD_MAKE_SHARED:BOOL=TRUE" BUILD_ONLY=1
|
||||
|
||||
env:
|
||||
global:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user