Travis: Add jobs building with clang

This commit is contained in:
Jakub Jirutka 2017-08-06 11:17:02 +02:00
parent 2ec76011f9
commit dfb91f2a31
1 changed files with 14 additions and 1 deletions

View File

@ -3,12 +3,12 @@
dist: precise
sudo: false
language: c
compiler: gcc
jobs:
include:
- &test-ubuntu
stage: test
compiler: gcc
addons:
apt:
packages:
@ -35,6 +35,18 @@ jobs:
- TARGET_BOX=LINUX64
- BTYPE="BINARY=64 INTERFACE64=1"
- <<: *test-ubuntu
compiler: clang
env:
- TARGET_BOX=LINUX64
- BTYPE="BINARY=64 CC=clang"
- <<: *test-ubuntu
compiler: clang
env:
- TARGET_BOX=LINUX64
- BTYPE="BINARY=64 INTERFACE64=1 CC=clang"
- <<: *test-ubuntu
addons:
apt:
@ -46,6 +58,7 @@ jobs:
- BTYPE="BINARY=32"
- stage: test
compiler: gcc
addons:
apt:
packages: