mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
TODO Support more projects
This commit is contained in:
parent
8cb9097a65
commit
7a0f43c273
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ When you write `.gitlab-ci.yml` you can give some [variables](https://docs.gitla
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
- Support more YunoHost Core projects (for now only `yunohost` is supported, not `moulinette`...)
|
||||||
- Add the possibility to select between arch (amd64, arm), for now only amd64 is available.
|
- Add the possibility to select between arch (amd64, arm), for now only amd64 is available.
|
||||||
- Be sure that the runner can run several jobs in parallel (The `rebuild_base_container` function in `prepare.sh` script can't be run in parallel, should we run a pre-prepare script manually to download and prepare lxc envs?).
|
- Be sure that the runner can run several jobs in parallel (The `rebuild_base_container` function in `prepare.sh` script can't be run in parallel, should we run a pre-prepare script manually to download and prepare lxc envs?).
|
||||||
- Update all lxc envs to keep them up-to-date.
|
- Update all lxc envs to keep them up-to-date.
|
||||||
|
|
Loading…
Reference in a new issue