mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
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:
@@ -6,6 +6,10 @@ services:
|
||||
- docker
|
||||
git:
|
||||
depth: false
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- compute-runtime@intel.com
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user