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

10 Commits

Author SHA1 Message Date
Ryan Cook
c318f495b9 ruby.2 step 1 2021-12-13 18:18:16 -06:00
mmcgill
1f58e1123a [java-truffle] step 0 2021-05-31 10:28:04 -05:00
Duncan Watts
fe6c42e303 renamed to c.2 and rebased onto latest master 2021-05-12 09:32:29 -05:00
Fabian
8424de4274 add sml_MODE selection for Make 2021-05-02 17:35:40 -05:00
Fabian
5f4782d309 SML: TODO Step 5 2021-05-02 17:35:40 -05:00
Fabian
c4d1636b2f SML: Step 0 2021-05-02 17:35:40 -05:00
Joel Martin
c28a8212ec fennel: minor typo in step mapping. 2021-04-22 11:55:17 -05:00
sogaiu
f625d1bca7 Add step 0 2021-04-23 01:46:44 +09:00
Joel Martin
9111882f56 prolog: restore accidentally removed Makefile defs 2021-04-22 11:29:16 -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