webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.
https://webui.me
MIT License
2.35k stars 144 forks source link

Update handling of build variables #422

Closed ttytm closed 2 weeks ago

ttytm commented 2 weeks ago

The changes allows to have some flags set as env variables by only setting default variable values if they are not set.

E.g. this way it is possible to keep the include and lib flags for webui tls in the environment and it would suffice to just use the WEBUI_USE_TLS switch (changes are reflected in the workflows).

The current way of building should continue to work as is it currently does.

ttytm commented 2 weeks ago

Since workflows have grown lager in the recent days. I would do minor updates to their structure in a followup. This should improve their speed, maintainability and also make it in general more cost effective in case of using paid runners.