Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to exclude keyboards from travis builds #11178

Merged
merged 8 commits into from
Dec 18, 2020
Prev Previous commit
Next Next commit
add sort -u to all list_keyboard invocations
  • Loading branch information
skullydazed committed Dec 18, 2020
commit fc5882b44d72f4a5832df1095291163eeee084f3
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ $(eval $(call NEXT_PATH_ELEMENT))

.PHONY: list-keyboards
list-keyboards:
util/list_keyboards.sh | tr '\n' ' '
util/list_keyboards.sh | sort -u | tr '\n' ' '

.PHONY: generate-keyboards-file
generate-keyboards-file:
Expand Down