clicketyclackety / Crash

A multi-user implementation of Rhino3d
MIT License
37 stars 5 forks source link

Add CI support for yak and azure publishing #15

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

We should add GitHub Actions CI support to easily publish new versions of the yak package and the shared web server.

clicketyclackety commented 1 year ago

I think the best way to do this would be a matrix container with a custom powershell script to do the compiling so we don't need to rely on yak. I'll have a go at it. Although I know that Yak is quite finicky about which compression program is used for it. See #35

clicketyclackety commented 1 year ago

I eventually realised running it on one Windows container is much easier and has less hassle. But unsure if it's the perfect solution