Skip to content

Commit

Permalink
xpadneo, dkms: Add make-based installer to 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 5eb4396 commit 8685a11
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,6 +31,10 @@ steps:
sudo apt-get install -y dkms
sudo ./uninstall.sh --verbose
displayName: 'uninstall'
- script: |
sudo make install
sudo dkms autoinstall
displayName: 'autoinstall'
- script: |
sudo apt-get install -y libncurses-dev
make -C misc/examples/c_hidraw
Expand Down

0 comments on commit 8685a11

Please sign in to comment.