This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/build.sh
2021-01-15 23:22:22 +01:00

7 lines
No EOL
256 B
Bash

#!/usr/bin/env bash
python3 setup.py sdist
cd dist || exit
tar -xzmf *.tar.gz
cd complib-0.0.1 || exit
debmake -b":python3"
gbp buildpackage --git-sign-tags --git-keyid=97B61E4D515353C0A498D2AB22680B5AAC0C4FCE --git-ignore-new # git ignore while developing