Continuous integration
未关闭
cleanup
- 主要语言
- Haskell
- 星标
- 1.3k
- 派生
- 201
- PR 合并指标
- 30 天内没有已合并 PR
描述
I think it would be nice to have some automatic checks on PRs, such as
* Does `build.sh` still work?
* Does `test.sh` still execute successfully?
CI should also increase the incentives to write automatic tests.
A full install takes a lot of time though, so we'd need a setup that offers sufficient CPU time. (Travis, which I'm most familiar with, has a timeout of 50 minutes).
贡献指南
调研方向
Start by inspecting build.sh and test.sh to understand the checks CI must run and how much setup they require. Define a CI configuration that runs both scripts and supports automatic tests within the available CPU-time limit; the issue does not specify a provider or configuration file, so those choices need maintainer input.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- haskell, shell
- 领域
- build-system, ci-cd, testing-qa
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100