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.5.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file qtciutil-0.0.5.tar.gz
.
File metadata
- Download URL: qtciutil-0.0.5.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 | 1e789f4b890cb8088ea8f962994fa32503625ae7db93aa1087fc85b554b92142 |
|
MD5 | ba9e472fc0fe942ad0ac4a1983574b6d |
|
BLAKE2b-256 | 0958f8104f38e82d4f97fe849eca96f469abb62eb6ebbf77aa7b56cc0605a8d0 |
File details
Details for the file qtciutil-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: qtciutil-0.0.5-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 | 70ed91e5532dd27abd8cbdbf8ce5c7bb7040e8c93bb1528cb2ae048d5daaddbc |
|
MD5 | 0c018fedc7c27771ec4f32e2ea8ee37e |
|
BLAKE2b-256 | e6c449b976593600c785b62eb233bf9a8509bbecb6d26a69f033dc0373c56fa1 |