Skip to content

Commit

Permalink
xpadneo, tools: Build hidraw_c test example in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Dec 23, 2024
1 parent 9cccd96 commit 6ad9eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6ad9eed

Please sign in to comment.