I am running cmake as a custom command, and would like to feed in multiple arguments. However, when I do so, I get an error.
For the argument field, I entered:
-G "Visual Studio 9 2008" -H "./cmakers" -B "./framework""
Which is the correct syntax for cmake. Is this the correct syntax for multiple arguments in Bamboo? I could not find any plug-ins or other support for cmake.
Thanks in advance
Try using a script task instead. The script body will be inserted verbatim into a batch file, if it works from command line, it should also work from a script task.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.