ci: add builds with clang-6 on Arch and Ubuntu 18.04

Change-Id: I3aa7a09238253fede420ce374e50089fa1995493
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
Jacek Danecki
2018-05-25 14:48:26 +02:00
committed by sys_ocldev
parent 3870568e82
commit 36ec5edc40
4 changed files with 57 additions and 0 deletions

View File

@ -22,6 +22,9 @@ matrix:
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-5
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-6
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-5