1. 08 Jan, 2021 3 commits
    • KOBAYASHI Shuji's avatar
      Delay test code build until `rake test` · 3a8d7bdf
      KOBAYASHI Shuji authored
      With this change, the test code will not be built unless `rake test` is
      run, so there will be almost no side effects even if `enable_test` is
      always set (but, gems specified by `add_test_dependency` are included
      in `libmruby.a`).
      
      Also added are `test: build` task, which only builds the test code
      (including the main code), and `test: run` task, which only runs tests
      independent of build. Therefore, the idiom for building in parallel and
      not running tests in parallel is `rake -m test:build && rake test:run`.
      3a8d7bdf
    • Yukihiro "Matz" Matsumoto's avatar
      Merge pull request #5266 from... · 04561cd9
      Yukihiro "Matz" Matsumoto authored
      Merge pull request #5266 from shuujii/stop-immediate-flush-to-stdout-stderr-when-running-in-parallel-on-CI
      
      Stop immediate flush to stdout/stderr when running in parallel on CI
      04561cd9
    • KOBAYASHI Shuji's avatar
      Stop immediate flush to stdout/stderr when running in parallel on CI · dbe387a9
      KOBAYASHI Shuji authored
      During parallel execution (build), it is sometimes flushed before line
      breaks, and lines are concatenated.
      dbe387a9
  2. 07 Jan, 2021 11 commits
  3. 06 Jan, 2021 10 commits
  4. 05 Jan, 2021 1 commit
  5. 03 Jan, 2021 7 commits
  6. 02 Jan, 2021 8 commits