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.4.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file qtciutil-0.0.4.tar.gz
.
File metadata
- Download URL: qtciutil-0.0.4.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/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8767026f0f277e7998ae08720c8026dca43207491832033504690ab38203a748 |
|
MD5 | b1fad2c42c3ea1527069abf47b5d4395 |
|
BLAKE2b-256 | d99cec51204b58326003ea7a2748891a4b6b3bcf1fe906aba5994092305c6788 |
File details
Details for the file qtciutil-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: qtciutil-0.0.4-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 | a5e7dfaa063811abe02076cf3b099e2b7c991ff12df59195765950baf6648a12 |
|
MD5 | f3f7a4cb949284019300199eccc52a1a |
|
BLAKE2b-256 | e43551f5c7938bfdb34eb1b506af87b5f85cfbe3bc26a3915b28ad2052667553 |