Sort targets in documentation. Fixes #1524.
Should be a simple but effective fix for #1524. Assume `sort` command is available.
This commit is contained in:
parent
6dae870ecd
commit
5747422855
@ -25,7 +25,7 @@ cargo +nightly install cargo-xbuild -Z install-upgrade
|
||||
# shellcheck disable=SC1003
|
||||
grep '[\d|\w|-]* \\' ci/build.sh > targets
|
||||
sed -i.bak 's/ \\//g' targets
|
||||
grep '^[_a-zA-Z0-9-]*$' targets > tmp && mv tmp targets
|
||||
grep '^[_a-zA-Z0-9-]*$' targets | sort > tmp && mv tmp targets
|
||||
|
||||
# Create a markdown list of supported platforms in $PLATFORM_SUPPORT
|
||||
rm $PLATFORM_SUPPORT || true
|
||||
|
Loading…
Reference in New Issue
Block a user