aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed fetch-depthNobuyoshi Nakada2020-06-046-6/+0
| | | | Only the last commit is used, unless creating the ChangeLog file.
* Respect BIGNUM_DEBUG defined by command line optionNobuyoshi Nakada2020-05-291-1/+1
| | | | And fixed typo in compilers.yml.
* include debug option in slack notificationKoichi Sasada2020-05-261-1/+1
|
* remove duplication.Koichi Sasada2020-05-261-2/+0
|
* GH actions with RUBY_DEBUG (#3144)Koichi Sasada2020-05-261-1/+10
| | | Add GH actions with -DRUBY_DEBUG
* .github: use actions/checkout@v2 again卜部昌平2020-05-125-58/+20
|
* .github/workflows/compilers.yml: GCC 10.1 released卜部昌平2020-05-091-0/+1
|
* Fixed a typo [ci skip]Nobuyoshi Nakada2020-04-241-1/+1
|
* Fix permission of PATHKazuhiro NISHIYAMA2020-04-232-2/+4
| | | | | https://github.com/ruby/actions/runs/608526685?check_suite_focus=true `warning: Insecure world writable dir /home/runner/.config in PATH, mode 040777`
* .github/workflows/mingw.yml: add `shell: bash` for PR checkoutYusuke Endoh2020-04-221-0/+1
| | | | as well as e62aead26909e83f2c8b940186047f0a88b9f2d6
* Update workflows/mingw.yml - use setup-ruby-pkgs (#3042)MSP-Greg2020-04-181-12/+5
| | | MSP-Greg/actions-ruby is deprecated...
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-082-2/+203
| | | Split ruby.h
* Revert "Moved aclocal.m4 to macro directory"Nobuyoshi Nakada2020-04-054-4/+4
| | | | | This reverts commit 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e, because chkbuild does not follow.
* Moved aclocal.m4 to macro directoryNobuyoshi Nakada2020-04-054-4/+4
|
* .github/workflows/mingw.yml: Turn off verbose mode [ci skip]Nobuyoshi Nakada2020-04-041-1/+1
| | | | Too much, no longer needed output.
* Use `--depth` on pull requestKazuhiro NISHIYAMA2020-03-305-5/+5
| | | | | | | `--shallow-since=yesterday` for COMMIT_NUMBER_OF_DAY of `tool/actions-commit-info.sh`. COMMIT_NUMBER_OF_DAY is mainly for master branch. And `--shallow-since=yesterday` may fail on pull request. So this revert to `--depth` on pull request.
* Fixed relative paths for test-specNobuyoshi Nakada2020-03-281-2/+2
|
* Add rexml to fix rss of test-bundled-gems (#2976)Kazuhiro NISHIYAMA2020-03-242-4/+2
|
* Use new `prepare-gems` target when possibleDavid Rodríguez2020-03-142-2/+2
|
* Drop direct Slack notification from CIsTakashi Kokubun2020-03-095-85/+15
| | | | All Slack alerts have been migrated to a bot made by mame-san
* Hook an experimental alert from ActionsTakashi Kokubun2020-03-075-0/+65
|
* .github/workflows: name the configure runs卜部昌平2020-03-023-3/+5
| | | | Explicit `name:` entry was requested by @nobu.
* .github: let "make leaked-globals" run in parallel卜部昌平2020-03-023-8/+4
| | | | | This target can be a build matrix. Also it does not make sense to test it on mjit.
* .github: make use of working-directory卜部昌平2020-03-025-67/+68
| | | | | | One can specify working directory of a step, no by `cd foo` inside of the run. See also https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
* .github: less verbose on: specifier卜部昌平2020-03-025-35/+5
| | | | | | | | The `branch:` specifier was necessary before, to prevent double-testing master and trunk. Now that we no longer have trunk, we can slim the expressions. See also: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
* .travis.yml, .github: delete environmental dumps卜部昌平2020-03-021-26/+0
| | | | They were necessary when developing YAMLs, but not useful any longer.
* Use `brew upgrade` instead of `brew update`Kazuhiro NISHIYAMA2020-02-201-1/+1
|
* Revert "MinGW - rename OpenSSL dll's in system32 directory"Hiroshi SHIBATA2020-02-141-3/+0
| | | | This reverts commit 95c58d33cc6925f08d45c00b88367c702f61f428.
* MinGW - rename OpenSSL dll's in system32 directoryMSP-Greg2020-02-141-0/+3
|
* Add "test-all TESTS=--repeat-count=2" to test_taskKazuhiro NISHIYAMA2020-02-131-1/+3
|
* Use github.run_id in notification payload URLKazuhiro NISHIYAMA2020-02-105-5/+5
|
* Allow rexml to fail on macOS of Github ActionsNobuyoshi Nakada2020-01-191-2/+2
| | | | | And revert "Stop test-bundled-gems on macOS for now", 28b290f7f4cb332dab3ddf3132e1916d413ea65c.
* Stop test-bundled-gems on macOS for nowNobuyoshi Nakada2020-01-191-1/+1
|
* .github/workflows/cygwin.yml: RemovedYusuke Endoh2020-01-171-93/+0
| | | | | | There is no active maintainer for cygwin. The CI failure is too noisy. [Misc #16407]
* Checkout with git on cygwin for EOL codeNobuyoshi Nakada2020-01-131-2/+2
| | | | | | `shell: bash` runs bash on msys which prefers git on msys too, then checked out in CRLF mode. Cygwin sed doesn't consider the CR a part of EOL code, though.
* Allow failures with rss tests on test-bundled-gemsHiroshi SHIBATA2020-01-122-2/+4
|
* Add branch option to checkout on pushKazuhiro NISHIYAMA2020-01-116-7/+9
|
* Slightly change the job wording [ci skip]Takashi Kokubun2020-01-066-6/+6
| | | | mame-san said it's weird
* Support running Actions on a forkTakashi Kokubun2020-01-066-12/+12
| | | | | | | | | Since 8c9450e7b875db846b19cc631af0d7fee66db5c6, we increased the chance to run GitHub Actions on a fork, as we usually use a topic branch instead of master when filing a pull request. This patch makes it possible to reuse the same GitHub Actions config on a fork repository.
* Directly refer to GitHub eventsTakashi Kokubun2020-01-064-22/+9
| | | | instead of unnecessarily defining env vars
* Remove code to prevent double build on trunkTakashi Kokubun2019-12-316-6/+6
| | | | trunk branch was deleted.
* More consistent failure notificationsTakashi Kokubun2019-12-316-10/+24
| | | | The format is the same as Travis / AppVeyor now.
* Make test run condition consistent with other jobsTakashi Kokubun2019-12-311-2/+0
| | | | | When `make all` fails, we should not run tests and output of such run is confusing.
* Run tests in the consistent orderTakashi Kokubun2019-12-311-10/+10
| | | | `make check` runs test -> test-all -> test-spec, and other CIs follow that too.
* Fix an outdated commentTakashi Kokubun2019-12-311-1/+1
| | | | We're actually using it for PR :p
* Actions MinGW - fix test-all (#2803)MSP-Greg2019-12-311-2/+2
|
* Use actions/checkout for PR (#2804)Takashi Kokubun2019-12-311-7/+4
|
* Official actions/checkout is uselessTakashi Kokubun2019-12-311-4/+15
| | | | It died again https://github.com/ruby/ruby/runs/368837347
* Make Slack notifications consistentTakashi Kokubun2019-12-302-3/+18
|
* There's no such targetTakashi Kokubun2019-12-301-1/+1
|