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

- to avoid timeouts, as build timeout is 1 hour Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/253 Change-Id: I3de6ecb733cce1e6a08c529b9aa706f1fd262cc2
17 lines
409 B
YAML
17 lines
409 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 -DSKIP_UNIT_TESTS=1 ../neo
|
|
- ninja
|
|
integrations:
|
|
notifications:
|
|
- integrationName: email
|
|
type: email
|
|
recipients: compute-runtime@intel.com
|