Files
compute-runtime/shippable.yml
Jacek Danecki d216fef3cc ci: refactor Shippable build
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/69

Change-Id: I0b7e49017a7a758f349a6faad0ed5b7a0c48ae96
2018-07-30 12:31:45 +02:00

13 lines
339 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