2018-05-21 19:56:30 +08:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# Copyright (C) 2018 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
|
2018-05-21 19:56:30 +08:00
|
|
|
docker build -f scripts/docker/Dockerfile-ubuntu-18.04-gcc-7 -t neo-ubuntu-18.4-gcc-7:ci .
|
|
|
|
|