Help with matlab build server

1 view (last 30 days)
Nacho
Nacho on 17 Mar 2014
Commented: Nacho on 18 Mar 2014
Hello,
I would like to compile my matlab code in a server. The idea is that when I commit my code to a repository such as GIT or SVN, then the server will notice the change and compile the whole thing, sending me an email with the results (compilation was succesful, error messages, etc.).
1. Is the compiler an independent component or do I have to install all of Matlab in my server, please?
2. Do I need to pay for a separate license just for my build server, please? Or is this scenario covered with my basic license?
Thanks.

Accepted Answer

Walter Roberson
Walter Roberson on 17 Mar 2014
MATLAB Compiler requires MATLAB; see http://www.mathworks.com/products/availability/#CO
Compiling requires a license available to the build server. If the compiling is done under your identity it could be a Named User Floating License I think. If not then a different kind of Network license would be required, if I understand correctly.
It has been some time since I read the licenses through, so I recommend that you talk with your sales people.

More Answers (0)

Categories

Find more on Application Deployment in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!