From 6ad9eedbce146727de71ea9dbbd199efcc0d04f3 Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Mon, 23 Dec 2024 13:01:17 +0100 Subject: [PATCH] xpadneo, tools: Build hidraw_c test example in CI Signed-off-by: Kai Krakow --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0cbf50a0..69c631c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,3 +31,7 @@ steps: sudo apt-get install -y dkms sudo ./uninstall.sh --verbose displayName: 'uninstall' +- script: | + sudo apt-get install -y libncurses-dev + make -C misc/examples/c_hidraw + displayName: 'misc'