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.
Source Distribution
qtciutil-0.0.2.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file qtciutil-0.0.2.tar.gz
.
File metadata
- Download URL: qtciutil-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e7093ef5f21787cdf12170c41a3f88009d3c5328f0133785ef38ac0659bc25f |
|
MD5 | c64865a832140cd22e83bced49abf6ab |
|
BLAKE2b-256 | ad1fa2e0576949858a8f3b4d5d382309183b627b1ecfacfb242e0f07d36cc5ad |
File details
Details for the file qtciutil-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: qtciutil-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 871b3c4be5a905594a26116e981f2b97be999da22e23b1112705c2ca01f39475 |
|
MD5 | 4723e1bbc5cf8eba667e2ed7b3188e6b |
|
BLAKE2b-256 | 16104546b61d1c2dd22bf8b96ef687e847c622e101ee18a677b57e706997930a |