Command lines with multiple executables
Hello -
I'm not having much success using the command line runner to execute a command line on a linux build agent, for example:
./bootstrap && ./configure && make install
Is it possible to group commands like this within TeamCity so we don't have to make multiple build configurations?
Thanks,
Lester
Please sign in to leave a comment.
Hello,
Try this:
/bin/sh -c "./bootstrap && ./configure && make install"
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"lesterp" <lesterp@qualcomm.com> wrote in message
news:32812922.1204223471279.JavaMail.itn@is.intellij.net...
>
>
>
>