mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/108 Change-Id: Iec4c9a384dafa6d89276e246edb0892d0881ad01
13 lines
244 B
Bash
Executable File
13 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
git fetch -t
|
|
git clone ../compute-runtime neo
|
|
docker info
|
|
docker build -f scripts/docker/Dockerfile-fedora-29-copr-gcc-8 -t neo-fedora-29-copr-gcc-8:ci .
|
|
|