Hello everyone,
I am currently making a whole CI Pipeline for godot engine on gitlab, that I will probably showcase soon after some cleaning, but there is one last thing before that I don't understand.
When I run my generated template with some GUT command line to run my unittest project, it works on linux, but on windows no output display on my logs, and no error is trigerred.
I was wondering if I need some c++ redistributable or to redirect the output, but it's the first time I use windows container so I don't know if it's normal or I missed something.
The command work in local when I download the game executable on my Windows with some output as expected.
For reference to the Gitlab CI job:
https://gitlab.com/neitherlands/engine/-/blob/feature/build-system-local/.gitlab-ci.yml?ref_type=heads#L52