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
15 lines
282 B
Bash
Executable File
15 lines
282 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set -e
|
|
set -x
|
|
|
|
mkdir /root/build
|
|
pacman -Suy --noconfirm gcc cmake git make pkg-config ninja libva \
|
|
intel-gmmlib intel-opencl-clang spirv-llvm-translator intel-graphics-compiler
|
|
|