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
This commit is contained in:
Jacek Danecki
2018-08-28 11:03:31 +02:00
parent deab9a33cd
commit 0c01653daf
2 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ services:
- docker
git:
depth: false
notifications:
email:
recipients:
- compute-runtime@intel.com
matrix:
include:
- os: linux

View File

@@ -10,3 +10,9 @@ build:
- mkdir build; cd build
- cmake -G Ninja -DBUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release ../neo
- ninja
integrations:
notifications:
- integrationName: email
type: email
recipients: compute-runtime@intel.com