Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Configuring Bamboo for make build system

George Kovoor October 4, 2011

Is it possible to configure Bamboo to build the project using make build system

2 answers

1 accepted

0 votes
Answer accepted
EddieW
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 4, 2011

Yes, just ensure that make and releated dependencies are installed on the same server as bamboo, and avaialble to the bamboo user's PATH.

Then use the "command" tasks to write the required steps:

# ./configure
# make

http://confluence.atlassian.com/display/BAMBOO/Custom+Command+Executable

George Kovoor October 5, 2011

is there a any way to monitor the execution, I am getting build timeout. Is there any documentation that lists the procedures for integrating with make system

1 vote
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 6, 2011

With Bamboo 3.1+ it's easiest to use an Script Task (inline) for this.

Just put:

make "$@"

into the script body (assuming Unix, make %1 %2 %3 for Windows). You can then supply arguments directly to the script task.

Regarding monitoring, the output from make should be automatically included into your build log. If for some reason it does not end up there, you can also redirect it into a file like in a regular bash script/batch for debugging purposes.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events