Create autobuild.sh
This commit is contained in:
parent
e76ed9d294
commit
aed70f1b1a
1 changed files with 9 additions and 0 deletions
9
autobuild.sh
Normal file
9
autobuild.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
git submodule update --init --depth=1
|
||||
debian/rules debian/control
|
||||
sudo apt install devscripts rsync -y
|
||||
yes | sudo mk-build-deps --install --remove
|
||||
rm build -rf
|
||||
mkdir build && rsync -ra * build/
|
||||
cd build
|
||||
dpkg-buildpackage -b -us -uc
|
Loading…
Reference in a new issue