ryobg / JContainers

JSON-based data structures for Papyrus - the TESV Skyrim SE scripting language
MIT License
107 stars 23 forks source link

Store .psc api source files in the repo #71

Closed MrOctopus closed 3 years ago

MrOctopus commented 3 years ago

It would be helpful if the .psc source files could be stored online in the repo to allow for remote builds using Pyro.

ryobg commented 3 years ago

Hello,

I doubt this will ever change, these scripts are an build output artefact and they are not to be committed. If you are building JC on your own by using that system, you can repeat how is JC CI building it itself, or you can pull in a given version of JC and just call the necessary few lines of code, so it produces these *.psc files.

Best regards and hope this helps.

MrOctopus commented 3 years ago

Thanks for the detailed answer. I guess I'll setup a workflow to create the source files then.