curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler

Home Page:https://h5.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto close compilation server.

IceReaper opened this issue · comments

When using h5 projects in GitLab CI builds, the build will wait forever for the H5 compiler to close. There should be a way to ensure the compilation server shuts down either after a successful compilation, or after a specific idle time.

Hi @IceReaper!

Good point, you can use this flag on the compilation to bypass the usage of the compilation server:

--no-server

We already try to be smart to detect CIs to avoid the compilation server. I've added a few more I found here to the list - you should be able to test once the new build is published to nuget.