1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Joel Martin
9b5e56e93c ci.sh: include MAL_IMPL in log prefix if set. 2021-07-11 19:08:14 -05:00
Joel Martin
8faee3c26a ci.sh: re-order output to make log parsing easier. 2021-04-25 18:48:01 -05:00
Joel Martin
21b103f692 ci.sh: log all output to prefixed log.
Log file name: ./ACTION[-regress]-IMPL[-MODE].log

Also debug file name is same format but with ".debug" instead of
".log" suffix.
2021-04-23 17:03:09 -05:00
Joel Martin
69238ec858 ci.sh: prefix log/debug files with impl name. 2021-04-23 16:13:12 -05:00
Joel Martin
085cc2f026 github/ci.sh: enable and archive log/debug output 2021-04-23 14:31:31 -05:00
Joel Martin
021d107db7 Refactor Github Actions/Travis CI
- Dynamically generate a strategy matrix based on the list of changed
  files in this push/pull_request. If the changed files are restricted
  to implementations then only generate a matrix with those
  implementations. If the changes are to tests or other
  non-documentation files (runtest.py, IMPLS.yml, .github/*, etc) then
  run the full set. The matrix generation is done in get-ci-matrix.py.
- Split the implementation list for Github Actions out into a separate
  yaml file IMPLS.yml
- Reduce the travis file to just the OS X / XCode related builds that
  aren't supported on Github Actions.
- Rename the .travis_test.sh script to ci.sh since it is the general
  CI script used for both Travis CI and Github Actions.
2021-04-21 13:36:54 -05:00