Some basic python methods for building CI for qt projects.
Project description
qt-ci-util
Some basic python methods for building CI for qt projects.
Usage
pip install qtciutil
Script example:
import qtciutil # Get Qt Version qt_version_str = qtciutil.qt_version() # Build Qt Project qtciutil.build('/home/l2m2/workspace/xxx/src/xxx.pro', '/home/l2m2/workspace/xxx/build', 'debug') # Unit Test qtciutil.unit_test('/home/l2m2/workspace/xxx/test/test.pro', '/home/l2m2/workspace/xxx/build', '/home/l2m2/workspace/xxx/dist')
License
MIT
Publish to PyPI
pip install --user --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
python -m twine upload dist/*
Reference
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size qtciutil-0.0.6-py3-none-any.whl (4.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size qtciutil-0.0.6.tar.gz (3.3 kB) | File type Source | Python version None | Upload date | Hashes View |