Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automating Greenhills Build Process

Tags:

greenhills

Reading through the command line commands for MULTI, I cannot find a suitable command to build a project (gpj) through command line solely.

I have tried multi -build and receive the following error: Building (Launched from command line) Cannot spawn "'' -noconsole -prefixed_progress". Build failed

Thanks in advance for any advice on how to invoke a build from the command line or a mbs script.

like image 825
lakedoo Avatar asked Dec 03 '13 22:12

lakedoo


1 Answers

Incase anyone wonders, you can compile builds through the command line using gbuild -arg .

like image 98
lakedoo Avatar answered Oct 27 '22 05:10

lakedoo