mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 05:43:51 -07:00
TravisCI armv6hf build (aka Raspberry Pi build)
This commit is contained in:
parent
3a672968f3
commit
84e678e9ff
2 changed files with 16 additions and 5 deletions
|
@ -27,7 +27,7 @@ do
|
|||
zip "${file%.*}.zip" README.txt LICENSE.txt "$file"
|
||||
done
|
||||
|
||||
for file in *.linux
|
||||
for file in *.linux-x86_64
|
||||
do
|
||||
base="${file%.*}"
|
||||
cp "$file" "shellcheck"
|
||||
|
@ -35,6 +35,14 @@ do
|
|||
rm "shellcheck"
|
||||
done
|
||||
|
||||
for file in *.linux-armv6hf
|
||||
do
|
||||
base="${file%.*}"
|
||||
cp "$file" "shellcheck"
|
||||
tar -cJf "$base.linux.armv6hf.tar.xz" --transform="s:^:$base/:" README.txt LICENSE.txt shellcheck
|
||||
rm "shellcheck"
|
||||
done
|
||||
|
||||
for file in ./*
|
||||
do
|
||||
sha512sum "$file" > "$file.sha512sum"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue