1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00
mal/docs
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
..
graph graph: update stats, add new implementations. 2020-01-16 15:51:54 -06:00
web gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00
cheatsheet.html Remove gensym, inc and or from step files. 2019-07-09 14:05:29 +02:00
exercises.md Change quasiquote algorithm 2020-08-11 01:01:56 +02:00
FAQ.md Refactor Github Actions/Travis CI 2021-04-21 13:36:54 -05:00
Hints.md Fix a number of typos in documentation/comments. 2017-09-15 20:00:15 +02:00
index.html Move web files into docs/. Build docs/web/mal.js 2019-03-21 00:14:56 -05:00
step_notes.txt Fix a number of typos in documentation/comments. 2017-09-15 20:00:15 +02:00
TODO Prepare move of reusable code to lib/. 2019-05-18 01:52:13 +02:00