diff options
| author | KOBAYASHI Shuji <[email protected]> | 2021-01-07 19:46:03 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2021-01-07 19:46:03 +0900 |
| commit | 35c85cb21fb53ddb476f2182448210170b4e5b67 (patch) | |
| tree | 087996d7698954e522ab328fbf995d6367777d66 /build_config/ci/gcc-clang.rb | |
| parent | ec6f46c05dfdf5bd7ef5c9a36ea1751ff564b2ef (diff) | |
| download | mruby-35c85cb21fb53ddb476f2182448210170b4e5b67.tar.gz mruby-35c85cb21fb53ddb476f2182448210170b4e5b67.zip | |
Immediately flush output to stdout/stderr so that logs are not mixed on CI
Set in build configuration to enable on all CI platforms.
Diffstat (limited to 'build_config/ci/gcc-clang.rb')
| -rw-r--r-- | build_config/ci/gcc-clang.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_config/ci/gcc-clang.rb b/build_config/ci/gcc-clang.rb index 7da8c1bf4..e3ef1ad53 100644 --- a/build_config/ci/gcc-clang.rb +++ b/build_config/ci/gcc-clang.rb @@ -1,3 +1,5 @@ +STDOUT.sync = STDERR.sync = true + MRuby::Build.new('full-debug') do |conf| conf.toolchain conf.enable_debug |
