Files
compute-runtime/shippable.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

19 lines
476 B
YAML

language: c
compiler:
- gcc
build:
ci:
- sudo scripts/install-deps.sh
- mkdir workspace; cd workspace
- git clone --depth 1 https://github.com/intel/gmmlib gmmlib
- git clone ../../compute-runtime neo
- 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