index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
.github
/
workflows
/
build.yml
Age
Commit message (
Expand
)
Author
2021-12-30
Extend the Cygwin CI time limit to 15 minutes.
dearblue
2021-11-23
build(deps): bump actions/cache from 2.1.6 to 2.1.7
dependabot[bot]
2021-11-03
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
dependabot[bot]
2021-10-18
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
dependabot[bot]
2021-05-28
build(deps): bump actions/cache from 2.1.5 to 2.1.6
dependabot[bot]
2021-05-12
build(deps): bump actions/checkout from 2 to 2.3.4
dependabot[bot]
2021-04-13
build(deps): bump actions/cache from v2.1.4 to v2.1.5
dependabot[bot]
2021-03-23
Add `timeout-minutes' to GitHub workflow. [ci skip]
Yukihiro "Matz" Matsumoto
2021-02-16
Bump actions/cache from v2 to v2.1.4
dependabot[bot]
2021-02-12
Update GitHub Actions.
Yukihiro "Matz" Matsumoto
2021-02-12
Remove "skip ci" hack to GitHub Actions [skip travis][skip appveyor]
KOBAYASHI Shuji
2021-01-08
Delay test code build until `rake test`
KOBAYASHI Shuji
2021-01-07
Immediately flush output to stdout/stderr so that logs are not mixed on CI
KOBAYASHI Shuji
2020-12-21
Fix typo in `.github/workflows/build.yml` [skip travis][skip appveyor]
KOBAYASHI Shuji
2020-12-20
Reorganize GitHub Actions configuration [skip travis][skip appveyor]
KOBAYASHI Shuji
2020-12-16
Merge pull request #5224 from jbampton/lint-yaml
Yukihiro "Matz" Matsumoto
2020-12-16
Rename build configuration files for CI
KOBAYASHI Shuji
2020-12-15
feat(CI): add a GitHub Action to lint the YAML
John Bampton
2020-11-17
Fix deprecated `set-env` command error on GitHub Actions [ci skip]
KOBAYASHI Shuji
2020-10-19
Revert `MRUBY_TARGET` mechanism; ref #5096
KOBAYASHI Shuji
2020-10-12
Fix wrong YAML in `.github/workflows/build.yml`.
Yukihiro "Matz" Matsumoto
2020-10-12
Invoke `rake gensym` for GitHub action build.
Yukihiro "Matz" Matsumoto
2020-10-12
Add explicit `gensym` to GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid use of designated initializers to generate `irep` struct.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `/std:c++latest` to VC option in `build.yml`.
Yukihiro "Matz" Matsumoto
2020-10-12
Specify new `MRUBY_TARGET` instead of `MRUBY_CONFIG`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stop Rake multitasking on Windows-VC for the time being.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `rake -v` option from GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-10-12
Use the newer `bison` on GitHub actions macOS; ref #4903
Yukihiro "Matz" Matsumoto
2020-10-12
Start GitHub Actions; close #4903
Takeshi Watanabe
2020-07-07
remove verbose test output
Rory OConnell
2020-07-07
fix rake -m for separating build and test steps
Rory OConnell
2020-07-05
try not separating build and test steps
Rory OConnell
2020-07-05
use verbose test output. use correct config file this time
Rory OConnell
2020-07-05
use correct config file
Rory OConnell
2020-07-05
separate build and test steps, remove MSC
Rory OConnell
2020-06-29
update CI settings for Windows
Rory OConnell
2020-06-04
Remove `rake -v` option from GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-06-04
Remove `bison` installation from GitHub Actions.
Yukihiro "Matz" Matsumoto
2020-05-26
Specify the latest `bison` on macOS; ref #4903
Yukihiro "Matz" Matsumoto
2020-05-24
Use the newer `bison` on GitHub actions macOS; ref #4903
Yukihiro "Matz" Matsumoto
2020-05-24
Start GitHub Actions; close #4903
Takeshi Watanabe