Add experimental build pipeline
This pipeline allows aggregation content from other repositories that participate in our development manifest, performs a local test build and if successful, exports the content into a new "aggregated docs" repository at https://git.ostc-eu.org/OSTC/infrastructure/openharmony-readthedocs-aggregated That repository is compatible with readthedocs build system and only needs a webhook to trigger automatic builds that show up on the correct readthedocs subdomain. The webhook needs to be set up separately by whoever owns the "openharmony" project on readthedocs. Signed-off-by:Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Showing
- .gitlab-ci.yml 97 additions, 0 deletions.gitlab-ci.yml
- conf.py 1 addition, 1 deletionconf.py
- experimental/.rst-aggregator 1 addition, 0 deletionsexperimental/.rst-aggregator
- experimental/.rst-aggregator.license 2 additions, 0 deletionsexperimental/.rst-aggregator.license
- experimental/Makefile 17 additions, 0 deletionsexperimental/Makefile
- experimental/conf.py 1 addition, 0 deletionsexperimental/conf.py
- experimental/index.rst 12 additions, 0 deletionsexperimental/index.rst
- experimental/readthedocs.yml 1 addition, 0 deletionsexperimental/readthedocs.yml
- experimental/requirements.txt 1 addition, 0 deletionsexperimental/requirements.txt
- requirements.txt 2 additions, 1 deletionrequirements.txt
.gitlab-ci.yml
0 → 100644
experimental/.rst-aggregator
0 → 100644
experimental/.rst-aggregator.license
0 → 100644
experimental/Makefile
0 → 100644
experimental/conf.py
0 → 120000
experimental/index.rst
0 → 100644
experimental/readthedocs.yml
0 → 120000
experimental/requirements.txt
0 → 120000
six | ||
\ No newline at end of file | ||
six | ||
recommonmark |
Please register or sign in to comment