| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-08 | Stop immediate flush to stdout/stderr when running in parallel on CI | KOBAYASHI Shuji | |
| During parallel execution (build), it is sometimes flushed before line breaks, and lines are concatenated. | |||
| 2021-01-07 | Immediately flush output to stdout/stderr so that logs are not mixed on CI | KOBAYASHI Shuji | |
| Set in build configuration to enable on all CI platforms. | |||
| 2021-01-06 | Merge branch 'improve-source-scanning-for-presym' of ↵ | Yukihiro "Matz" Matsumoto | |
| https://github.com/shuujii/mruby into shuujii-improve-source-scanning-for-presym | |||
| 2020-12-16 | Rename build configuration files for CI | KOBAYASHI Shuji | |
| Currently, there are build configuration files for CI, `travis.rb` and `appveyor.rb`, but they are used for GCC/Clang and MSVC, not for Travis CI and Appveyor, respectively. Therefore, rename them to `gcc-clang.rb` and `msvc.rb`, respectively, and move them under `build_config/ci/` to clarify that they are for CI. | |||
