2018-05-21 19:56:30 +08:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
2019-03-19 01:46:19 +08:00
|
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
2018-05-21 19:56:30 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-05-21 19:56:30 +08:00
|
|
|
#
|
|
|
|
|
2018-06-21 19:39:56 +08:00
|
|
|
git fetch -t
|
2018-06-05 00:16:29 +08:00
|
|
|
git clone ../compute-runtime neo
|
2019-10-21 18:20:04 +08:00
|
|
|
docker build -f scripts/docker/Dockerfile-arch -t neo-arch:ci .
|
2018-05-21 19:56:30 +08:00
|
|
|
|