mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
12 lines
236 B
Bash
12 lines
236 B
Bash
|
|
#!/bin/bash
|
||
|
|
#
|
||
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
git fetch -t
|
||
|
|
git clone ../compute-runtime neo
|
||
|
|
docker info
|
||
|
|
docker build -f scripts/docker/Dockerfile-fedora-30-copr -t neo-fedora-30-copr:ci .
|