'Generic Commit'
This commit is contained in:
@ -5,16 +5,19 @@ set -euo pipefail
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function buildtestpublish() {
|
||||
local dir="$1"
|
||||
|
||||
cd "$dir"
|
||||
TOOLNAME=$(basename "$dir")
|
||||
|
||||
echo "Building $(basename "$dir")"
|
||||
echo "Building $TOOLNAME"
|
||||
|
||||
echo "Testing $TOOLNAME"
|
||||
|
||||
echo "Publishing $TOOLNAME"
|
||||
|
||||
echo "Done"
|
||||
}
|
||||
|
||||
function buildtestpublish_all() {
|
||||
|
Reference in New Issue
Block a user