👷 fix for coverity + clang-5.0

parent cd34358e
...@@ -120,6 +120,9 @@ matrix: ...@@ -120,6 +120,9 @@ matrix:
compiler: clang compiler: clang
before_install: echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt before_install: echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-certificates.crt
addons: addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
packages: ['g++-6', 'clang-3.6']
coverity_scan: coverity_scan:
project: project:
name: "nlohmann/json" name: "nlohmann/json"
...@@ -129,8 +132,8 @@ matrix: ...@@ -129,8 +132,8 @@ matrix:
build_command: "make" build_command: "make"
branch_pattern: coverity_scan branch_pattern: coverity_scan
env: env:
- LLVM_VERSION=3.6.0
- SPECIAL=coverity - SPECIAL=coverity
- COMPILER=clang++-3.6
# OSX / Clang # OSX / Clang
...@@ -249,6 +252,14 @@ matrix: ...@@ -249,6 +252,14 @@ matrix:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0'] sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-4.0']
packages: ['g++-6', 'clang-4.0'] packages: ['g++-6', 'clang-4.0']
- os: linux
compiler: clang
env: COMPILER=clang++-5.0
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty']
packages: ['g++-6', 'clang-5.0']
################ ################
# build script # # build script #
################ ################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment