Skip to content

Bugfix/windows build broken silently

eric pellegrini requested to merge bugfix/windows-build-broken-silently into develop

The windows ci scripts was always considered as successful because they did not contain any return value with appropriate errorlevel flag. Some macros of NSXTest was also failing to compile on VS due to the way variadic macros expansion is handled by this compiler. This was solved by added an additional EXPAND macros for expanding the variadic parameters properly.

Merge request reports