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

30 lines
1.2 KiB
Markdown
Raw Normal View History

2017-10-09 18:34:40 +02:00
# qgis3-ci-copr
2017-10-25 11:13:52 +02:00
[![Shield](https://shield.lwan.ws/img/u7BZky/qgis)](https://ci.services.vigano.me/#/builders/qgis)
2017-10-25 11:03:23 +02:00
Build QGIS 3 nightly/weekly (wip)
2017-10-24 21:27:31 +02:00
2017-10-25 13:46:31 +02:00
https://ci.services.vigano.me
2017-10-24 21:27:31 +02:00
## Infrastructure
2017-10-25 11:03:23 +02:00
```flat
2017-10-24 21:27:31 +02:00
buildbot
2017-10-25 11:03:23 +02:00
|\
| git + bash[1] |
| | |
| DockerLatent[2] + cap-add=SYS_ADMIN[3] |
| \ | CD
| mock - copr-cli |
| | |
| COPR (build) |
|
|\ |
| DockerLatent[2] |
2017-10-25 11:03:57 +02:00
| \ |
| COPR (enable) | CI
| | |
| dnf install |
2017-10-24 21:27:31 +02:00
```
2017-10-24 21:33:21 +02:00
[1] https://github.com/qgis/QGIS/pull/5333 and https://github.com/qgis/QGIS/pull/5275 <br>
2017-10-24 21:33:09 +02:00
[2] http://docs.buildbot.net/latest/manual/cfg-workers-docker.html <br>
[3] https://docker-py.readthedocs.io/en/1.10.4/hostconfig/