curiosity-ai / h5

🚀 The next generation C# to JavaScript compiler
https://github.com/curiosity-ai/h5
Apache License 2.0
211 stars 30 forks source link

Auto close compilation server. #47

Closed IceReaper closed 3 years ago

IceReaper commented 3 years ago

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.

theolivenbaum commented 3 years ago

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.