1. 20 Dec, 2020 1 commit
    • KOBAYASHI Shuji's avatar
      Reorganize GitHub Actions configuration [skip travis][skip appveyor] · 74e1d1ea
      KOBAYASHI Shuji authored
      * Skip if commit message contains `ci skip`, `skip ci`, or `skip gha`
        ENCLOSED WITH BRACKETS (excluding lint job).
      * Separate build and test. This is because builds can be run in parallel,
        but running tests in parallel can cause logs to get mixed up or not
        finished.
      * Don't use Chocolatey because it seems to take 1-2 minutes to start up.
      * Use the cache better.
      * Use `actions/checkout@v2` instead of `actions/checkout@v1`.
      * Remove unnecessary package installation.
      * Remove unnecessary flag settings.
      * Remove `-j` for rake because it doesn't seem to have any effect.
      * Rename `main.yml` to `oss-fuzz.yml` to clarify.
      74e1d1ea
  2. 19 Dec, 2020 13 commits
  3. 18 Dec, 2020 1 commit
  4. 17 Dec, 2020 1 commit
  5. 16 Dec, 2020 5 commits
  6. 15 Dec, 2020 7 commits
  7. 13 Dec, 2020 2 commits
  8. 12 Dec, 2020 1 commit
  9. 09 Dec, 2020 1 commit
  10. 08 Dec, 2020 1 commit
  11. 07 Dec, 2020 1 commit
  12. 06 Dec, 2020 2 commits
  13. 05 Dec, 2020 4 commits