mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
12 lines
234 B
Bash
12 lines
234 B
Bash
![]() |
#!/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-ubuntu-18.04-llvm-8 -t neo-ubuntu-18.4-llvm-8:ci .
|
||
|
|