Comments on: Continuous Integration with Simulink Project and Simulink Test https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/?s_tid=feedtopost Guy Rouleau is an Application Engineer for MathWorks. He writes here about Simulink and other MathWorks tools used in Model-Based Design. Fri, 22 Feb 2019 13:26:31 +0000 hourly 1 https://wordpress.org/?v=6.2.2 By: Federico Felici https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/#comment-237782 Fri, 22 Feb 2019 13:26:31 +0000 https://blogs.mathworks.com/simulink/?p=7734#comment-237782 I got it working, thanks a lot for the tips!

]]>
By: Giacomo Faggiani https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/#comment-237402 Tue, 19 Feb 2019 13:09:38 +0000 https://blogs.mathworks.com/simulink/?p=7734#comment-237402 Hi Federico. I was eventually able to configure a 100% Gitlab CI (no jenkins) with Matlab/Simulink. I got inspiration from this: https://stackoverflow.com/questions/34647154/gitlab-ci-with-matlab#

Do you have any specific issue?

]]>
By: Federico Felici https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/#comment-236132 Sun, 10 Feb 2019 14:02:38 +0000 https://blogs.mathworks.com/simulink/?p=7734#comment-236132 Does anyone have any experience running Matlab/Simulink tests directly from GitLab’s CI without Jenkins?

]]>
By: Giacomo Faggiani https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/#comment-226695 Fri, 07 Sep 2018 06:14:45 +0000 https://blogs.mathworks.com/simulink/?p=7734#comment-226695 Thanks for your answer, I found the info about licensing on GItlab website and in a forum, but Core version works for you then I will definitely try it.

]]>
By: Guy Rouleau https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/#comment-226679 Thu, 06 Sep 2018 15:30:31 +0000 https://blogs.mathworks.com/simulink/?p=7734#comment-226679 @Giacomo: I cannot really comment on the GitLab licensing. However I can say that the workflow in this blog post and the one referenced on Developer Zone work on the Core (free) version of GitLab. We are not using the CI feature of GitLab, but using web hooks to trigger Jenkins and the GitLab API to feedback information.

I have not tested the GitLab built-in CI tool, so I cannot comment on how it compares to the workflow in this post.

]]>
By: Giacomo Faggiani https://blogs.mathworks.com/simulink/2018/09/04/continuous-integration-with-simulink-project-and-simulink-test/#comment-226675 Thu, 06 Sep 2018 09:50:28 +0000 https://blogs.mathworks.com/simulink/?p=7734#comment-226675 This is really interest. I am using Gitlab with Simulink Project but haven’t implemented yet any CI system.
I know that Jenkins is very popular, however it is not supported by Core (free) version of Gitlab so a different Gitlab license (Starter, Premium or Ultimate) must be purchased.
It would be very useful if you could provide instruction on how to setup the Gitlab built in CI tool, that is provided for free also with Core license, for the ones that would like to evaluate CI with Simulink before buying a new product.

]]>