-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure tests run on windows #9
Comments
I have made a futile attempt to patch leafo's github action to support windows. It fetches and builds Lua perfectly fine, the issue seems to be with adding it to the path. I have no idea what the trouble is, luajit seems to work fine but it makes a symlink somewhere instead/in addition to adding to PATH. So I have no idea |
I think I'll push this back to the If anybody knows of a good github action to use, I'm all ears. Otherwise my tentative plan is to maybe write a custom action for hererocks |
I'm also curious about this! I have just converted the LuaRocks CI from Travis CI to Github Actions — just for Linux and Mac, though; Windows still runs on Appveyor. So If anyone finds a way to run Github Actions for Lua stuff on Windows cleanly, I'm also interested! Tackling this is not a priority for me now since Appveyor is working fine, but it would be nice to simplify things. |
@euclidianAce Keep an eye on leafo/gh-actions-luarocks#14 :) |
Additionally, find some way to run CI for windows as leafo's github actions do not support it. So either fix that upstream or find a different method.
windows-latest
comes with on github actions. for example can Icurl
/wget
a luarocks binary? and add it to thePATH
The text was updated successfully, but these errors were encountered: