CI Servers¶
As of 2021/04/23
GitHub Actions¶
https://github.com/ruby/ruby/actions
- Executed for each commit and pull request
Appveyor¶
CI for Windows
https://ci.appveyor.com/project/ruby/ruby
- Executed for each commit and pull request
Travis¶
CI for non-x86 CPU architectures
https://www.travis-ci.com/github/ruby/ruby
- Executed for each commit and pull request
Ruby CI¶
This is a curation site of test results of chkbuild (Ruby's own CI program).
- Most CI servers run on AWS, and are maintained by (mainly) @hsbt (Hiroshi SHIBATA) and @mame (Yusuke Endoh)
- "Ubuntu armv7l eabihf" and "ArchLinux+clang" are maintained by @naruse (Yui NARUSE)
- "macOS" series is maintained by @hsbt (Hiroshi SHIBATA) and @ko1 (Koichi Sasada)
- "SPARC" series is supported by Fujitsu and is maintained by @mame (Yusuke Endoh)
- "WSL2" runs on Azure, and is maintained by @mame (Yusuke Endoh)
- "Raspbian" series is maintained by @znz (Kazuhiro NISHIYAMA)
- "Android" runs on GitHub Actions, and is maintained by @mame (Yusuke Endoh)
- "ArchLinux+clang" is maintained by @naruse (Yui NARUSE)
- "s390x" is maintained by @ReiOdaira (Rei Odaira)
ci.rvm.jp¶
This is yet another CI service to aim to produce the test result as quickly as possible, maintained by @ko1 (Koichi Sasada)
Like0