|
|
[[_TOC_]]
|
|
|
|
|
|
# Developer documentation
|
|
|
|
|
|
This plugins includes HRU delin v7 and imports it instead of executing it.
|
|
|
|
|
|
This repository has a submodule, this means hru-delin.git repository is nested into hru-delin-qgis.git.
|
|
|
|
|
|
Make sure you clone it like that:
|
|
|
``` bash
|
|
|
git clone --recurse-submodules git@gitlab-ssh.irstea.fr:julien.veyssier/hru-delin-qgis.git
|
|
|
# or
|
|
|
git clone --recurse-submodules https://gitlab.irstea.fr/julien.veyssier/hru-delin-qgis.git
|
|
|
```
|
|
|
|
|
|
# Produce a release
|
|
|
|
|
|
Edit `version.txt` and put the desired version number there. Then you can just run `./version.sh` or push to `build` branch:
|
|
|
|
|
|
``` bash
|
|
|
git push origin master:build
|
|
|
```
|
|
|
|
|
|
This will trigger a CI pipeline which will produce a release archive available [there](https://gitlab.irstea.fr/julien.veyssier/hru-delin-qgis/pipelines) as an artifact. |
|
|
\ No newline at end of file |