mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-31 11:17:34 +02:00
Added clang 3.9, 4.0, 5.0 and 6.0 to travis
This commit is contained in:
24
.travis.yml
24
.travis.yml
@ -76,6 +76,30 @@ matrix:
|
|||||||
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8']
|
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-precise-3.8']
|
||||||
packages: ['clang-3.8']
|
packages: ['clang-3.8']
|
||||||
env: SCRIPT=cmake CLANG=3.8 SANITIZE=undefined
|
env: SCRIPT=cmake CLANG=3.8 SANITIZE=undefined
|
||||||
|
- compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-3.9']
|
||||||
|
packages: ['clang-3.9']
|
||||||
|
env: SCRIPT=cmake CLANG=3.9
|
||||||
|
- compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-4.0']
|
||||||
|
packages: ['clang-4.0']
|
||||||
|
env: SCRIPT=cmake CLANG=4.0
|
||||||
|
- compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-5.0']
|
||||||
|
packages: ['clang-5.0']
|
||||||
|
env: SCRIPT=cmake CLANG=5.0
|
||||||
|
- compiler: clang
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources: ['ubuntu-toolchain-r-test','llvm-toolchain-trusty-6.0']
|
||||||
|
packages: ['clang-6.0']
|
||||||
|
env: SCRIPT=cmake CLANG=6.0
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: SCRIPT=coverage
|
env: SCRIPT=coverage
|
||||||
- os: osx
|
- os: osx
|
||||||
|
Reference in New Issue
Block a user