Hi,
After I lost some .pas files this week because I forgot to check them into subversion I am planning to setup a continuous integration server.
Not only for Avrc but for all my code.
Now for Avrco I noticed that I can compile a .ppro file using the AvrCo.exe on the command line.
In the PED editor I can do also syntax check and then I do not need the programmer dongle to be attached. Is there any way to tell Avrco.exe that it only needs to do a syntax check en thus not needing a dongle (this will run on a server)
I noticed that I can find the compiler errors in the .err file and that can be passed to the CI server.
Best Regards,
Jeroen
After I lost some .pas files this week because I forgot to check them into subversion I am planning to setup a continuous integration server.
Not only for Avrc but for all my code.
Now for Avrco I noticed that I can compile a .ppro file using the AvrCo.exe on the command line.
In the PED editor I can do also syntax check and then I do not need the programmer dongle to be attached. Is there any way to tell Avrco.exe that it only needs to do a syntax check en thus not needing a dongle (this will run on a server)
I noticed that I can find the compiler errors in the .err file and that can be passed to the CI server.
Best Regards,
Jeroen