From dbd4804f6353c5ba49af784502654991520e02e6 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Wed, 27 Sep 2017 02:02:14 -0700 Subject: add dummy build/deploy scripts Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9 Signed-off-by: Guo Ruijing (cherry picked from commit d9c7adad6ec6f5496f9b9ea2db07e01ffc8d4899) --- ci/build.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 ci/build.sh (limited to 'ci/build.sh') diff --git a/ci/build.sh b/ci/build.sh new file mode 100755 index 0000000..1011923 --- /dev/null +++ b/ci/build.sh @@ -0,0 +1,18 @@ +#!/bin/bash +# +# Copyright (c) 2017 Intel Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +echo "build" -- cgit 1.2.3-korg