08-26-2013, 08:46 PM
Hi -
I'd like to automate the builds of *.exe files in QM. I've built a primitive API to the source control system that we use (Vault) via the command line and I can check files out; now I just need to import them and generate the *.exe. I see two possibilities:
1) Use QM to automate QM and import the files, then use the compile dialog to create the *.exe
2) Create a macro list file and either use the compile dialog or somehow invoke the compiler programmatically.
I think I'd prefer #2 and have the compiler invoked programmatically.
The general idea is that a QA person will be doing the build and I would like to make this as automatic as possible. Is there a better way to do this?
Thanks
Sean
I'd like to automate the builds of *.exe files in QM. I've built a primitive API to the source control system that we use (Vault) via the command line and I can check files out; now I just need to import them and generate the *.exe. I see two possibilities:
1) Use QM to automate QM and import the files, then use the compile dialog to create the *.exe
2) Create a macro list file and either use the compile dialog or somehow invoke the compiler programmatically.
I think I'd prefer #2 and have the compiler invoked programmatically.
The general idea is that a QA person will be doing the build and I would like to make this as automatic as possible. Is there a better way to do this?
Thanks
Sean