Hi ,
For the first time , i am trying to setup a c++ source code on
jenkins.
It iscompiled using "make".
Now i am using jenkins to establish continous integration
The problem here is , i have written a sample .bat file which calls
the "make" command.The command is never executed.
why??
i need to set the env before firing make command, which is taken care
by another .bat
c:\...\Desktop\build.bat contains
cd IPPhone\Build\HostWin32
bin\benvMips.bat----------------->this sets env on my machine
make -f sip.mak
Am i going wrong somewhere?
Thanks