added building pipeline for complib package

This commit is contained in:
Joel Klimont 2022-10-06 20:42:08 +02:00
parent 03daabaa37
commit 16c8f18c06
7 changed files with 91 additions and 7 deletions

10
build.sh Normal file
View file

@ -0,0 +1,10 @@
#!/usr/bin/bash
mkdir output
DEB="empty"
cd client_s2
source build_deb.sh
echo "Ran build deb, created: $DEB"
mv $DEB ../output