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
only skip keyboards during make all:
  • Loading branch information
skullydazed committed Dec 10, 2020
commit cd458fd45710480ddae14d80b191850b9a1e000f
5 changes: 0 additions & 5 deletions util/travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ for KB in $(make list-keyboards); do
continue
fi

if [[ -e keyboards/${KB}/.noci ]]; then
# keyboard has been opted out of CI
continue
fi

KEYMAP_ONLY=$(echo "$KEYBOARD_CHANGES" | grep -cv /keymaps/)
if [[ $KEYMAP_ONLY -gt 0 ]]; then
echo "Making all keymaps for $KB"
Expand Down