diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-27 02:02:14 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-09-27 02:04:50 -0700 |
commit | d9c7adad6ec6f5496f9b9ea2db07e01ffc8d4899 (patch) | |
tree | 31a6528f9b9cc6a43b8e767aa651b33e96267063 /ci | |
parent | f8745467295773dd0eea75079f5e2b0b50bfcd2e (diff) |
add dummy build/deploy scripts
Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build.sh | 18 | ||||
-rwxr-xr-x | ci/deploy.sh | 18 |
2 files changed, 36 insertions, 0 deletions
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" diff --git a/ci/deploy.sh b/ci/deploy.sh new file mode 100755 index 0000000..d1a9d86 --- /dev/null +++ b/ci/deploy.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 "deploy" |