THIS COMMIT WILL BE FORCE PUSHED AWAY (Help I'm not good with computers)

This commit is contained in:
Vidar Holen
2019-07-24 21:16:14 -07:00
parent 49aa600c85
commit 0eaef95db8
4 changed files with 116 additions and 62 deletions

View File

@@ -51,8 +51,19 @@ do
rm "shellcheck"
done
if [ "$TRAVIS_OS_NAME" = 'osx' ];
then
brew install gnu-tar
for file in *.darwin-x86_64
do
base="${file%.*}"
cp "$file" "shellcheck"
gtar -cJf "$base.darwin.x86_64.tar.xz" --transform="s:^:$base/:" README.txt LICENSE.txt shellcheck
rm "shellcheck"
done
fi
for file in ./*
do
sha512sum "$file" > "$file.sha512sum"
done