-
Bug
-
Resolution: Unresolved
-
Major
-
None
I've tried to configure multi-configuration project in hudson and set "invoke scons script" as a build step. But i discovered that the environment variable passed by configuration matrix is not available in scons script.
Afterwards i used
cmd.exe /C scons -c msver=7.1 compiler=%compiler% debug=%debug% && exit %%ERRORLEVEL%%
to run scons script and everything went well.
Hi,thanks for reporting this issue.
Please could you attach your job configuration file (config.xml).
I'll try to get more information with it and reproduce the problem.