Host stripped KSP libraries on GitHub
djungelorm opened this issue ยท 2 comments
These libraries are copies of the KSP DLLs, with their implementation stripped, so that we can run ci build and test using the interfaces from the KSP libraries without licensing issues.
They are currently hosted on aws, and the tools for building them currently only exist on my development machine.
Instead they should be hosted on GitHub, along with all the code necessary to build them:
- Add a ksp-libs repository
- Add to it the scripts necessary to generate the stubs
- Publish zip archives to the releases page of that repository
Removed from buildenv in krpc/krpc-core#22