1
0
mirror of https://github.com/daniviga/qgis3-cd-copr.git synced 2024-11-23 01:46:13 +01:00
qgis3-cd-copr/README.md
2017-10-25 09:13:52 +00:00

28 lines
1.2 KiB
Markdown

# qgis3-ci-copr
[![Shield](https://shield.lwan.ws/img/u7BZky/qgis)](https://ci.services.vigano.me/#/builders/qgis)
Build QGIS 3 nightly/weekly (wip)
## Infrastructure
```flat
buildbot
|\
| git + bash[1] |
| | |
| DockerLatent[2] + cap-add=SYS_ADMIN[3] |
| \ | CD
| mock - copr-cli |
| | |
| COPR (build) |
|
|\ |
| DockerLatent[2] |
| \ |
| COPR (enable) | CI
| | |
| dnf install |
```
[1] https://github.com/qgis/QGIS/pull/5333 and https://github.com/qgis/QGIS/pull/5275 <br>
[2] http://docs.buildbot.net/latest/manual/cfg-workers-docker.html <br>
[3] https://docker-py.readthedocs.io/en/1.10.4/hostconfig/