kivy / kivy/python-for-android
Introduce nightly build for incremental but full recipe coverage
未关闭
need-analysis
- 主要语言
- Python
- 星标
- 8.9k
- 派生
- 2k
- 平均合并
- 12 小时 20 分钟
- 30 天内合并 PR
- 9
描述
This is to discuss a feature to implement in order to have a full recipe coverage build time.
The idea is to compile every nights a subset of our recipes.
```
name: Nightly build
on:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
jobs:
nightly:
name: Nightly build
...
```
This covers builds time checks first and may cover runtime checks in the future.
贡献指南
调研方向
先从提议的 GitHub Actions 工作流及其 nightly 调度开始,然后确定应如何将 recipes 划分为 nightly 子集。完成的标准是:nightly build 随时间推移编译每个 recipe,并提供构建时覆盖率检查;运行时检查留待未来工作。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, python
- 领域
- build-system, ci-cd
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100