Files
compute-runtime/.travis.yml
Jacek Danecki 0c01653daf add team email address for notifications from CI systems
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/77

Change-Id: I0c79b79e370f1fe606fb381bd7528436f6b5e4c5
2018-08-28 12:06:11 +02:00

42 lines
1.0 KiB
YAML

language: c
compiler:
- gcc
sudo: required
services:
- docker
git:
depth: false
notifications:
email:
recipients:
- compute-runtime@intel.com
matrix:
include:
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-16.04 COMPILER=clang-4
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-16.04 COMPILER=clang-5
- os: linux
compiler: clang
env: BUILD_OS=ubuntu-18.04 COMPILER=clang-4
- 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-6
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7 GEN=gen-8
- os: linux
compiler: gcc
env: BUILD_OS=ubuntu-18.04 COMPILER=gcc-7 GEN=gen-9
script: ./scripts/run-build.sh