Skip to content

Commit

Permalink
xpadneo, ci: Add missing dependencies
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 604da02 commit e271d79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ pool:
steps:
- script: |
sudo apt-get update
sudo apt-get install -y linux-headers-`uname -r`
sudo apt-get install -y dkms
sudo apt-get install -y build-essential pkg-config linux-headers-`uname -r`
displayName: 'setup'
- script: |
sudo apt-get install -y dkms
sudo ./install.sh --verbose
displayName: 'install'
- script: |
sudo apt-get install -y dkms
sudo ./uninstall.sh --verbose
displayName: 'uninstall'

0 comments on commit e271d79

Please sign in to comment.