From 7327f3524eadfa9fe77d0477d63d8e42c692c83a Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 5 Apr 2022 14:33:43 -0400 Subject: [PATCH] CircleCI : add x230-maximized_usb-kb board Testing points: - x230-hotp-maximized: USB keyboard is not working (confirmed) - x230-hotp-maximized_usb-kb: USB keyboard is working (confirmed) --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67440b63..9d56b356 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -320,6 +320,13 @@ workflows: requires: - x230-hotp-maximized + - build: + name: x230-hotp-maximized_usb-kb + target: x230-hotp-maximized_usb-kb + subcommand: "" + requires: + - x230-hotp-maximized + - build: name: t430-hotp-maximized target: t430-hotp-maximized