aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Stop using undefined matrix.os for macOSTakashi Kokubun2019-11-222-2/+2
| | | | and use github.workflow instead. Applied a similar change to MJIT too.
* Remove TEST_BUNDLED_GEMS_ALLOW_FAILURESKazuhiro NISHIYAMA2019-11-192-4/+0
| | | | https://github.com/seattlerb/minitest/pull/798 is closed
* Make GitHub Actions notification more like TravisTakashi Kokubun2019-11-134-4/+4
| | | | | Build's sequential number is a link in Travis, and also YYYY-MM-DD-XX is a little hard to parse.
* Use shallow-since instead of depthKazuhiro NISHIYAMA2019-11-134-8/+8
| | | | | | | | | | commit number of today requires log since 0:00 UTC. So commits of 24 hours are enough. https://www.git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt > Implies --single-branch unless --no-single-branch is given to fetch the histories near the tips of all branches. So I add `--single-branch` too.
* Add commit number of today to notification of mjit CI tooKazuhiro NISHIYAMA2019-11-131-1/+2
|
* Fix MJIT test's Slack notificationTakashi Kokubun2019-11-121-1/+1
|
* Migrate Wercker MJIT tests to Actions (#2676)Takashi Kokubun2019-11-125-4/+81
| | | | | | | | | | | | | | | | | | | | * Migrate Wercker MJIT tests to Actions * Support pull request for testing * Capitalize other jobs too * Make it a command name for consistency [ci skip] * Remove wercker.yml * Add --jit-verbose=2 for debugging * Install MJIT headers * Separate install for sudo * Trigger build
* Add commit number of today to notification of GitHub ActionsKazuhiro NISHIYAMA2019-11-133-3/+7
|
* Stop debugging the same thing twiceTakashi Kokubun2019-11-121-5/+0
| | | | See L25-28
* Remove MSPECOPT formerly for debuggingTakashi Kokubun2019-11-122-2/+0
| | | | At least the comment looks obsoleted. Aren't we using $JOBS already?
* Improve Actions job name shown on toolipTakashi Kokubun2019-11-123-9/+9
| | | | | | Hoping to make it like `make (check, ...)`, `make (test-bundler, ...)` instead of `latest (...)` because some of the jobs are already not running on a latest platform.
* Run test-bundler / test-bundled-gems for UbuntuTakashi Kokubun2019-11-121-0/+5
| | | | only once. Doing it on multiple Ubuntu versions may not worth it.
* Use style of set-envKazuhiro NISHIYAMA2019-11-132-2/+2
| | | | https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#set-an-environment-variable-set-env
* Add matrix.os to cache key (#2671)Kazuhiro NISHIYAMA2019-11-121-2/+4
| | | | | | * Add matrix.os to cache key * Use multi-line string instead of array ref https://github.com/actions/cache/issues/44
* Try to use actions/cache on windowsKazuhiro NISHIYAMA2019-11-121-0/+13
|
* Set $JOBS to Tests for parallel testsNobuyoshi Nakada2019-11-052-2/+2
|
* Simplify test tasksNobuyoshi Nakada2019-11-052-14/+6
| | | | | Removed `if` conditions separating `test-bundled-gems`, and pass `TESTOPTS` and `TEST_BUNDLED_GEMS_ALLOW_FAILURES` via `env`.
* Try out-of-place buildNobuyoshi Nakada2019-10-283-23/+48
|
* Add more matrix info to slack payloadKazuhiro NISHIYAMA2019-10-282-2/+2
|
* Add ubuntu-16.04 to matrix of GitHub ActionsKazuhiro NISHIYAMA2019-10-271-5/+4
|
* Add `shell: cmd`Kazuhiro NISHIYAMA2019-10-251-0/+3
| | | | | | | | | | Use cmd instead of new default shell for `call`. https://github.blog/changelog/2019-10-17-github-actions-default-shell-on-windows-runners-is-changing-to-powershell/ https://github.com/ruby/ruby/commit/7bcc639c720b59eb2199601963bcfa720168185b/checks#step:6:5 ``` call : The term 'call' is not recognized as the name of a cmdlet, function, script file, or operable program. ```
* Do not show progress at chocolateyNobuyoshi Nakada2019-10-251-1/+1
|
* Install openssl with chocolateyNobuyoshi Nakada2019-10-251-2/+2
| | | | OpenSSL in chocolatey is 1.1.1d but outdated 1.0.2s is in vcpkg.
* Split by `&&`Nobuyoshi Nakada2019-10-251-2/+6
|
* Expanded an environment variableNobuyoshi Nakada2019-10-251-3/+1
| | | | PowerShell does not expand by `%varname%` syntax.
* Get rid of control flow by cmd.exeNobuyoshi Nakada2019-10-251-10/+2
| | | | | Github workflow stopped using cmd.exe suddenly, and `||` and `&&` seem not working in PowerShell.
* Remove unreachable step level `[ci skip]`Kazuhiro NISHIYAMA2019-10-103-5/+4
|
* Check '[ci skip]' at job levelKazuhiro NISHIYAMA2019-10-093-0/+3
|
* Remove draft-release.yml [ci skip]Kazuhiro NISHIYAMA2019-10-011-163/+0
| | | | | | I thought default branch's workflow runs on any tags, but it does not run for stable branches without draft-release.yml. So I abandoned, and use workflow in ruby/actions instead.
* Run test-unit tests in CIBenoit Daloze2019-09-302-4/+2
|
* Exclude the test-unit bundled gem tests since they also fail since the ↵Benoit Daloze2019-09-292-4/+6
| | | | | | Time#inspect change * See https://github.com/test-unit/test-unit/issues/165
* Remove continue-on-error for test-bundled-gemsBenoit Daloze2019-09-292-4/+0
| | | | * Otherwise, it takes a very long time to notice those tests broke.
* Revert the accidentally commits related GitHub ActionsHiroshi SHIBATA2019-09-262-55/+0
|
* [rubygems/rubygems] Added jruby to matrixHiroshi SHIBATA2019-09-261-1/+1
| | | | https://github.com/rubygems/rubygems/commit/0832c079c8
* [rubygems/rubygems] Removed 2.2Hiroshi SHIBATA2019-09-261-1/+1
| | | | https://github.com/rubygems/rubygems/commit/7fd2460f76
* [rubygems/rubygems] Added rvm workflow for Ruby 2.2 and 2.7Hiroshi SHIBATA2019-09-261-0/+34
| | | | https://github.com/rubygems/rubygems/commit/d4ba75dfd2
* [rubygems/rubygems] Removed the needless configurationsHiroshi SHIBATA2019-09-261-9/+1
| | | | https://github.com/rubygems/rubygems/commit/7134c49179
* [rubygems/rubygems] Added the initial workflow file.Hiroshi SHIBATA2019-09-261-0/+29
| | | | https://github.com/rubygems/rubygems/commit/6405a1e51a
* 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
| | | | | | | | | | | `check-snapshot-ruby_2_4` uses `make test` instead of `make check`. https://github.com/ruby/actions/blob/95692e54f4263501db1508d51c1fb67c03b4f575/.github/workflows/snapshot.yml#L448-L449 `draft-release` use `make check` to make it simple, and actions is required regardless of success or failure. On the other hand, snapshot success can be ignored, so normally it should not fail.
* Add draft-release.yml [ci skip]Kazuhiro NISHIYAMA2019-09-191-0/+161
| | | | | | | | Make draft release packages. (Release packages are official after tests and release announce.) - Copy from ruby/actions - Change trigger tags from `draft/v*` to `v*` (I use `draft/v*` on ruby/actions because I want to avoid to cause trouble with shell history on working directory of ruby/ruby.) - Change secrets names because secrets are repository local and use different names between ruby/ruby and ruby/actions.
* `brew install` may fail, so try to use `tool/travis_retry.sh`Kazuhiro NISHIYAMA2019-09-171-4/+5
| | | | | | | https://github.com/ruby/ruby/runs/224877570#step:3:1008 ``` Error: No such file or directory @ dir_s_rmdir - /Users/runner/Library/Caches/Homebrew/downloads/ca756e367eb98d2b525e72b311633c27ffc74eca825a5392153b3488d1adb732--libssh2-1.9.0.mojave.bottle.tar.gz ```
* 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
| | | | | https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html > --no-progress (boolean) File transfer progress is not displayed. This flag is only applied when the quiet and only-show-errors flags are not provided.
* 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
| | | | | | | https://github.com/ruby/ruby/runs/212727409#step:11:67 ``` invalid option: -j5 ```
* 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
|