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.3.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file qtciutil-0.0.3.tar.gz
.
File metadata
- Download URL: qtciutil-0.0.3.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 | 767720e1735fe8cb4e0372533d2442b3aad9eac15a178c6afcf54104faac0abe |
|
MD5 | a0658ce075b32e6df781cf8bf555974d |
|
BLAKE2b-256 | 0088130f331d7c20c90b2b708afac1ce3eea9bd9f71dbbc80c85d250ed58f029 |
File details
Details for the file qtciutil-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: qtciutil-0.0.3-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 | 270f876db87ad528070cac6d4cf6b4e7880f9041bbbe45b59b9e50cb274adf2f |
|
MD5 | 2b464c4def8eb5d8e92c8ce99e8f4f54 |
|
BLAKE2b-256 | e4cd5bd20476afa24e223fabae5f385dbe0506779ebac5c89143bc81d62d8719 |