effekt icon indicating copy to clipboard operation
effekt copied to clipboard

Fix running Effekt on Windows

Open marzipankaiser opened this issue 2 months ago • 5 comments

Fix #401 by, if running on Windows, generating a .bat file instead of the shebang'ed script. Note: Only tested with JavaScript-backend.

This also changes the CI to:

  • In principle run on windows-latest (if enabled, and without Chez, ML, and LLVM - since I don't know how to install stuff on Windows)
  • Have an additional task execute just one example file (not checking the output) on Windows using JS (to detect that this works).

marzipankaiser avatar Apr 09 '24 12:04 marzipankaiser