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

ci: add build with clang on Arch Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/241 Change-Id: I1a8620c9f8146e7108098d18e9db75b9ff178f44
12 lines
217 B
Bash
Executable File
12 lines
217 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-clang -t neo-arch-clang:ci .
|
|
|