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-07-28 01:05:09 +08:00
|
|
|
docker build -f scripts/docker/Dockerfile-arch-ppa-gcc-8 -t neo-arch-ppa-gcc-8:ci .
|
2018-05-21 19:56:30 +08:00
|
|
|
|