What should we know if we want to use custom environment?
Question is about TouxhGFX environment (C:\TouchGFX\4.13.0\env\MinGW).
We want to use our own build environment, outside TouchGFX MinGW shell and NOT using tools included at C:\TouchGFX\4.13.0\env (make, /bin/*, binutils, etc.).
Are there any specifics done with that environment you ship with Designer? For example there is non standard make included into MSYS, so maybe there are other custom things. Any startup custom setup...
Basically, is there anything specific to know about configuration and setup of our custom fresh environment for building, CI/CD and more?
P. S. We want to still let Designer itself to use out-of-the-box environment for code generation. I guess it would be too big of a hack to change that. Question applies to builds and not code/assets generation.
P. P. S. If you are curious, goal is to have independent and fully controllable separate environment for local builds and CI/CD server (Win and Linux).