2018-07-27 18:56:04 +08:00
|
|
|
#!/bin/bash
|
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# Copyright (C) 2018 Intel Corporation
|
2018-07-27 18:56:04 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-07-27 18:56:04 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
git fetch -t
|
|
|
|
git clone ../compute-runtime neo
|
|
|
|
docker build -f scripts/docker/Dockerfile-ubuntu-18.04-ppa-gcc-5 -t neo-ubuntu-18.04-ppa-gcc-5:ci .
|
|
|
|
|