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.6.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file qtciutil-0.0.6.tar.gz
.
File metadata
- Download URL: qtciutil-0.0.6.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 498bc249dd0acdd1d67f9dba089a96a201608882bb46aafe77793e30be2f4b0c |
|
MD5 | 8bc1fb4770bb4b2265a799d565e57cfd |
|
BLAKE2b-256 | 6a09347cd54fafd6828b5f50f1bfe9562109226f6797e0062f71d9a7231b676a |
File details
Details for the file qtciutil-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: qtciutil-0.0.6-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/44.0.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7907dbdf1b2cbe715d61ee4937a22558f5c1bbc33f54a9c2b42fe140411ab5c4 |
|
MD5 | ea642e7b34c175dd396b3ed0706efa8c |
|
BLAKE2b-256 | f615e34833d7a33c7818a67e8b2a626b1bb22b797e348cff6ac76e74e8b2e6ad |