aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
...
* Remove draft-release.yml [ci skip]Kazuhiro NISHIYAMA2019-10-011-163/+0
* Run test-unit tests in CIBenoit Daloze2019-09-302-4/+2
* Exclude the test-unit bundled gem tests since they also fail since the Time#i...Benoit Daloze2019-09-292-4/+6
* Remove continue-on-error for test-bundled-gemsBenoit Daloze2019-09-292-4/+0
* Revert the accidentally commits related GitHub ActionsHiroshi SHIBATA2019-09-262-55/+0
* [rubygems/rubygems] Added jruby to matrixHiroshi SHIBATA2019-09-261-1/+1
* [rubygems/rubygems] Removed 2.2Hiroshi SHIBATA2019-09-261-1/+1
* [rubygems/rubygems] Added rvm workflow for Ruby 2.2 and 2.7Hiroshi SHIBATA2019-09-261-0/+34
* [rubygems/rubygems] Removed the needless configurationsHiroshi SHIBATA2019-09-261-9/+1
* [rubygems/rubygems] Added the initial workflow file.Hiroshi SHIBATA2019-09-261-0/+29
* Rename from ruby-x.y.z.ext.draft to ruby-x.y.z-draft.ext [ci skip]Kazuhiro NISHIYAMA2019-09-241-4/+4
* Add `if: always()` because 2.4.x's `make check` failed on snapshot [ci skip]Kazuhiro NISHIYAMA2019-09-221-0/+2
* Add draft-release.yml [ci skip]Kazuhiro NISHIYAMA2019-09-191-0/+161
* `brew install` may fail, so try to use `tool/travis_retry.sh`Kazuhiro NISHIYAMA2019-09-171-4/+5
* Dump some informationKazuhiro NISHIYAMA2019-09-131-0/+26
* Moved coverage.yml to https://github.com/ruby/actions [ci skip]Kazuhiro NISHIYAMA2019-09-121-55/+0
* Moved doxygen.yml to https://github.com/ruby/actions [ci skip]Kazuhiro NISHIYAMA2019-09-111-48/+0
* Add `--no-progress` to `aws s3` [ci skip]Kazuhiro NISHIYAMA2019-09-112-3/+3
* Check github.repository in doxygen.yml [ci skip]Kazuhiro NISHIYAMA2019-09-071-0/+8
* Try to fix `invalid option`Kazuhiro NISHIYAMA2019-09-051-1/+3
* Change name to `Tests (test-bundled-gems)` in macos.yml tooKazuhiro NISHIYAMA2019-09-051-1/+1
* Add TEST_BUNDLED_GEMS_ALLOW_FAILURES=minitestKazuhiro NISHIYAMA2019-09-042-2/+4
* `$JOBS` does not set in `env:`Kazuhiro NISHIYAMA2019-09-042-7/+3
* Use RUBY_TESTOPTS instead of TESTOPTSKazuhiro NISHIYAMA2019-09-042-4/+4
* Roughly retry choco install commandsTakashi Kokubun2019-09-031-1/+6
* Remove SKIP_DOXYGEN because job.env does not set in `if:`Kazuhiro NISHIYAMA2019-09-031-18/+0
* Use `set-env` instead of `grep` in each stepKazuhiro NISHIYAMA2019-08-281-15/+16
* Use JOBS again like macos.ymlKazuhiro NISHIYAMA2019-08-281-2/+6
* Change name to `Tests (test-bundled-gems)`Kazuhiro NISHIYAMA2019-08-281-1/+1
* Add name to autoconfKazuhiro NISHIYAMA2019-08-281-1/+2
* Remove GITHUB_SHA from jobs.<job_id>.steps.envKazuhiro NISHIYAMA2019-08-283-7/+0
* Allow missing projectnumber [ci skip]Kazuhiro NISHIYAMA2019-08-281-1/+1
* Show projectnumber in current index.html and GITHUB_SHAKazuhiro NISHIYAMA2019-08-281-0/+2
* Fix doxygen actionKazuhiro NISHIYAMA2019-08-281-26/+10
* Run on schedule only and skip if not modifiedKazuhiro NISHIYAMA2019-08-281-17/+35
* Make doxygen / coverage torelant to clone raceTakashi Kokubun2019-08-282-4/+4
* Drop more unused configs from doxygen and coverageTakashi Kokubun2019-08-272-16/+0
* Omit unused matrix strategy from doxygen workflowTakashi Kokubun2019-08-271-4/+0
* Add graphviz for dot commandKazuhiro NISHIYAMA2019-08-271-1/+1
* Doxygen in GitHub Actions (#2406)Yusuke Endoh2019-08-271-0/+62
* Revert "Explain which test task"Nobuyoshi Nakada2019-08-272-4/+4
* .github/workflows/coverage.yml: add a cron job for coverage in ActionsYusuke Endoh2019-08-271-0/+68
* Explain which test taskNobuyoshi Nakada2019-08-272-4/+4
* Expand JOBS instead of meaningless export (#2402)Kazuhiro NISHIYAMA2019-08-261-7/+3
* Make GitHub Actions Slack notification consistentTakashi Kokubun2019-08-223-6/+12
* Remove footer from message to Slackaycabta2019-08-223-3/+0
* Show short message to Slackaycabta2019-08-223-12/+3
* Debug GitHub context on broken notificationTakashi Kokubun2019-08-211-0/+5
* Skip tests on Actions if [ci skip]Takashi Kokubun2019-08-203-4/+5
* Reduce sub-shell and use `&&` instead of `;`Kazuhiro NISHIYAMA2019-08-191-1/+1