From d184bb8308636f01e8159fc7eee7a0c7573c5ed7 Mon Sep 17 00:00:00 2001 From: tangwei Date: Wed, 20 May 2020 13:22:40 +0800 Subject: [PATCH] add codestyle travis --- tools/build_script.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tools/build_script.sh b/tools/build_script.sh index 30591ddc..770de73d 100644 --- a/tools/build_script.sh +++ b/tools/build_script.sh @@ -1,3 +1,25 @@ +#!/usr/bin/env bash + +# Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. +# +# 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. + +#================================================= +# Utils +#================================================= + +set -ex + function init() { RED='\033[0;31m' BLUE='\033[0;34m' -- GitLab