mirror of
https://github.com/YunoHost/CI_package_check
synced 2026-02-03 22:21:50 +01:00
No description
| badges | ||
| lib | ||
| summary | ||
| .gitignore | ||
| analyseCI.sh | ||
| install.sh | ||
| README.md | ||
⚠️ ⚠️ ⚠️ This repository is now obsolete because everything was integrated in https://github.com/YunoHost/yunorunner ⚠️ ⚠️ ⚠️
Continous Integration server for YunoHost apps
This repo manages the interface between yunorunner (the CI web UI / scheduler) and package_check (the test suite).
CI_package_check is likely to be entirely merged in yunorunner, but still exists for historical reasons.
It consists essentially in :
install.sh, which is used for initial deployment of Yunohost, yunorunner, LXD and package_check on a debian serveranalyseCI.sh, which is the "actual job" called by yunorunner.
CI_package_check currently also handles a bunch of things like the !testme webhook, XMPP notification, some badges, updating app levels, etc.