summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2019-09-30Run test-unit tests in CIBenoit Daloze
2019-09-29Exclude the test-unit bundled gem tests since they also fail since the Time#i...Benoit Daloze
2019-09-29Remove continue-on-error for test-bundled-gemsBenoit Daloze
2019-09-26Revert the accidentally commits related GitHub ActionsHiroshi SHIBATA
2019-09-26[rubygems/rubygems] Added jruby to matrixHiroshi SHIBATA
2019-09-26[rubygems/rubygems] Removed 2.2Hiroshi SHIBATA
2019-09-26[rubygems/rubygems] Added rvm workflow for Ruby 2.2 and 2.7Hiroshi SHIBATA
2019-09-26[rubygems/rubygems] Removed the needless configurationsHiroshi SHIBATA
2019-09-26[rubygems/rubygems] Added the initial workflow file.Hiroshi SHIBATA
2019-09-24Rename from ruby-x.y.z.ext.draft to ruby-x.y.z-draft.ext [ci skip]Kazuhiro NISHIYAMA
2019-09-22Add `if: always()` because 2.4.x's `make check` failed on snapshot [ci skip]Kazuhiro NISHIYAMA
2019-09-19Add draft-release.yml [ci skip]Kazuhiro NISHIYAMA
2019-09-17`brew install` may fail, so try to use `tool/travis_retry.sh`Kazuhiro NISHIYAMA
2019-09-13Dump some informationKazuhiro NISHIYAMA
2019-09-12Moved coverage.yml to https://github.com/ruby/actions [ci skip]Kazuhiro NISHIYAMA
2019-09-11Moved doxygen.yml to https://github.com/ruby/actions [ci skip]Kazuhiro NISHIYAMA
2019-09-11Add `--no-progress` to `aws s3` [ci skip]Kazuhiro NISHIYAMA
2019-09-07Check github.repository in doxygen.yml [ci skip]Kazuhiro NISHIYAMA
2019-09-05Try to fix `invalid option`Kazuhiro NISHIYAMA
2019-09-05Change name to `Tests (test-bundled-gems)` in macos.yml tooKazuhiro NISHIYAMA
2019-09-04Add TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitestKazuhiro NISHIYAMA
2019-09-04`$JOBS` does not set in `env:`Kazuhiro NISHIYAMA
2019-09-04Use RUBY_TESTOPTS instead of TESTOPTSKazuhiro NISHIYAMA
2019-09-03Roughly retry choco install commandsTakashi Kokubun
2019-09-03Remove SKIP_DOXYGEN because job.env does not set in `if:`Kazuhiro NISHIYAMA
2019-08-28Use `set-env` instead of `grep` in each stepKazuhiro NISHIYAMA
2019-08-28Use JOBS again like macos.ymlKazuhiro NISHIYAMA
2019-08-28Change name to `Tests (test-bundled-gems)`Kazuhiro NISHIYAMA
2019-08-28Add name to autoconfKazuhiro NISHIYAMA
2019-08-28Remove GITHUB_SHA from jobs.<job_id>.steps.envKazuhiro NISHIYAMA
2019-08-28Allow missing projectnumber [ci skip]Kazuhiro NISHIYAMA
2019-08-28Show projectnumber in current index.html and GITHUB_SHAKazuhiro NISHIYAMA
2019-08-28Fix doxygen actionKazuhiro NISHIYAMA
2019-08-28Run on schedule only and skip if not modifiedKazuhiro NISHIYAMA
2019-08-28Make doxygen / coverage torelant to clone raceTakashi Kokubun
2019-08-27Drop more unused configs from doxygen and coverageTakashi Kokubun
2019-08-27Omit unused matrix strategy from doxygen workflowTakashi Kokubun
2019-08-27Add graphviz for dot commandKazuhiro NISHIYAMA
2019-08-27Doxygen in GitHub Actions (#2406)Yusuke Endoh
2019-08-27Revert "Explain which test task"Nobuyoshi Nakada
2019-08-27.github/workflows/coverage.yml: add a cron job for coverage in ActionsYusuke Endoh
2019-08-27Explain which test taskNobuyoshi Nakada
2019-08-26Expand JOBS instead of meaningless export (#2402)Kazuhiro NISHIYAMA
2019-08-22Make GitHub Actions Slack notification consistentTakashi Kokubun
2019-08-22Remove footer from message to Slackaycabta
2019-08-22Show short message to Slackaycabta
2019-08-21Debug GitHub context on broken notificationTakashi Kokubun
2019-08-20Skip tests on Actions if [ci skip]Takashi Kokubun
2019-08-19Reduce sub-shell and use `&&` instead of `;`Kazuhiro NISHIYAMA
2019-08-19Roughly retry `brew update`Takashi Kokubun