2021-06-30 05:08:43 +02:00
|
|
|
<!--
|
2024-03-06 23:37:40 +01:00
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
2021-06-30 05:08:43 +02:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2018-08-26 19:36:20 +02:00
|
|
|
# YunoRunner for YunoHost
|
2018-08-26 19:04:08 +02:00
|
|
|
|
2023-01-29 19:00:00 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/yunorunner.svg)](https://dash.yunohost.org/appci/app/yunorunner) ![Working status](https://ci-apps.yunohost.org/ci/badges/yunorunner.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/yunorunner.maintain.svg)
|
2023-02-12 17:46:47 +01:00
|
|
|
|
2021-03-17 21:13:57 +01:00
|
|
|
[![Install YunoRunner with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yunorunner)
|
2018-08-26 19:04:08 +02:00
|
|
|
|
2021-06-30 05:08:43 +02:00
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
|
|
|
> *This package allows you to install YunoRunner quickly and simply on a YunoHost server.
|
2021-03-17 21:13:57 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2018-08-26 19:04:08 +02:00
|
|
|
|
|
|
|
## Overview
|
2019-02-14 19:59:45 +01:00
|
|
|
|
2024-03-15 13:13:54 +01:00
|
|
|
Yunorunner is a CI server for YunoHost apps.
|
|
|
|
|
|
|
|
It is based on LXD/LXC and uses [package_check](https://github.com/YunoHost/package_check).
|
|
|
|
|
2024-03-15 11:59:19 +01:00
|
|
|
**Shipped version:** 2023.04.05~ynh2
|
2019-02-14 19:59:45 +01:00
|
|
|
|
2021-06-30 05:08:43 +02:00
|
|
|
## Screenshots
|
2018-08-26 19:04:08 +02:00
|
|
|
|
2023-01-19 23:48:13 +01:00
|
|
|
![Screenshot of YunoRunner](./doc/screenshots/screenshot.png)
|
2018-08-26 19:04:08 +02:00
|
|
|
|
2021-06-30 05:08:43 +02:00
|
|
|
## Documentation and resources
|
2019-02-14 19:55:14 +01:00
|
|
|
|
2024-03-15 11:59:19 +01:00
|
|
|
- Upstream app code repository: <https://github.com/YunoHost/yunorunner>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/yunorunner>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/yunorunner_ynh/issues>
|
2019-02-14 19:55:14 +01:00
|
|
|
|
2021-03-17 21:13:57 +01:00
|
|
|
## Developer info
|
2019-02-14 19:55:14 +01:00
|
|
|
|
2021-06-30 05:08:43 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/yunorunner_ynh/tree/testing).
|
2019-02-14 19:55:14 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2023-01-19 23:48:13 +01:00
|
|
|
|
2024-03-15 11:59:19 +01:00
|
|
|
```bash
|
2021-06-30 05:08:43 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/yunorunner_ynh/tree/testing --debug
|
2019-02-14 19:55:14 +01:00
|
|
|
or
|
2021-06-30 05:08:43 +02:00
|
|
|
sudo yunohost app upgrade yunorunner -u https://github.com/YunoHost-Apps/yunorunner_ynh/tree/testing --debug
|
2019-02-14 19:55:14 +01:00
|
|
|
```
|
2021-06-30 05:08:43 +02:00
|
|
|
|
2024-03-15 11:59:19 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|