mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/174 Change-Id: Icaddbc049713129f083780d9adc659bca493cbfb
17 lines
389 B
YAML
17 lines
389 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
build:
|
|
ci:
|
|
- sudo scripts/install-deps.sh
|
|
- mkdir workspace; cd workspace
|
|
- git clone ../../compute-runtime neo
|
|
- mkdir build; cd build
|
|
- cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../neo
|
|
- ninja
|
|
integrations:
|
|
notifications:
|
|
- integrationName: email
|
|
type: email
|
|
recipients: compute-runtime@intel.com
|