RT-Thread/rt-thread

为github ci 添加缓存机制

Open

#5,969 opened on 2022年5月19日

GitHub で見る
 (10 comments) (0 reactions) (0 assignees)C (4,755 forks)batch import
good first issue

Repository metrics

Stars
 (9,223 stars)
PR merge metrics
 (平均マージ 7d 22h) (30d で 50 merged PRs)

説明

目前 RT-Thread 仓库为了保证代码的正确性,基本每个PR都会编译一遍所有的bsp,其中环境安装是最耗时的部分。如果可以利用 github 的cache机制,就可以极大的加快仓库ci的执行效率。

参考

コントリビューターガイド