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