seismo-learn / contributing

Contributing guides to seismo-learn
https://seismo-learn.org/contributing/
0 stars 1 forks source link

Add CI tutorials #46

Open core-man opened 3 years ago

wangliang1989 commented 3 years ago

什么是CI?

core-man commented 3 years ago

什么是CI?

Continuous Integration (持续集成): https://docs.github.com/cn/actions/guides/about-continuous-integration

现在使用比较多的 CI 有 GitHub Actions,其他有 Travis CI。GMT, GMT-China, seismo-learn, SAC_zh 都使用 GitHub Actions 进行持续集成(代码位于 .github/ 目录),GitHub Actions 模板比较多,想要的CI基本都可以找到模板抄一下就可以了。

GitHub Actions Tutorials:

seisman commented 3 years ago

Why do we need these tutorials.

core-man commented 3 years ago

Why do we need these tutorials.

Not a detailed tutorial but some links like those above in case some contributors want to know more about ci.

seisman commented 3 years ago

OK. it sounds good.