mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Try adding a matrix build for clang
on linux
This commit is contained in:
parent
9c45e36809
commit
b5e67495ba
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -12,6 +12,17 @@ script:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: clang
|
||||
os: linux
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
- llvm-toolchain-precise-3.7
|
||||
packages:
|
||||
- clang-3.7
|
||||
env: FLAGS="CC=clang-3.7 CXX=clang++-3.7"
|
||||
|
||||
- os: osx
|
||||
env: FLAGS="CC=clang"
|
||||
|
||||
|
|
Loading…
Reference in a new issue