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

- build Neo for specific GEN to decrease build time on Travis - don't run aub tests on Arch on Semaphore to decrease disk size usage - cleanup in build scripts Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/227 Change-Id: I037ae1bc1e81fefe43e948453768bc83f0b18f63
12 lines
205 B
Bash
Executable File
12 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
git fetch -t
|
|
git clone ../compute-runtime neo
|
|
docker build -f scripts/docker/Dockerfile-arch -t neo-arch:ci .
|
|
|