Skip to content

Commit

Permalink
Add ci prepare script to install dependencies for package build
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewey-rpi committed Aug 29, 2024
1 parent 984457a commit 103cdaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
*.DS_Store

*/__pycache__

build
*.egg-info
3 changes: 3 additions & 0 deletions ci/prepare.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

sudo apt install -y devscripts dh-virtualenv debhelper devscripts equivs build-essential python3-virtualenv

0 comments on commit 103cdaf

Please sign in to comment.