Nuitka / Nuitka-Action

Action to build with Nuitka on GitHub in your workflows
MIT License
111 stars 22 forks source link

Updated Action to use Nuitka 1.3.8 and added options for show-scons and building with MinGW64 #11

Closed WhosMyName closed 1 year ago

kayhayen commented 1 year ago

@jimkring outside of the option name for --mingw64, I do not have complaints, I suggest you merge this one?

One thing I noticed however, is that the default Nuitka version is not just a branch name, like main, can we do it like that, I don't think it's good to update this for every hotfix or Nuitka.

WhosMyName commented 1 year ago

change implemented in bc4a461 ready to merge

kayhayen commented 1 year ago

Merged this. After looking at it, I am somewhat more in doubt, if Nuitka options can be done automatically from the Yaml configuration. It seems we might need some sort of code generator to achieve that. Not sure if it is worth it.