azure devops build pipeline for embedded software

Stephane Hoareau 1 Reputation point
2022-02-11T08:05:37.627+00:00

Hello,

I have implemented an azure devops build pipeline for my C project using specific toolchain (for NI lab windows but it could be for any toolchain dedicated to cortex M4 for instance).
But I did it by using a local hosted agent since the compiler is installed on my machine.

Is there another way to do it by not using this method?
Should i create a VM that includes the compiler ?
Or is there any other option ?

Thank you

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,794 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,016 Reputation points
    2022-02-11T10:26:45.457+00:00

    Hi @Stephane Hoareau

    Welcome to Microsoft Q&A! Thanks for posting the question.

    DevOps is currently not supported in the Q&A forums, the supported products are listed over here https://learn.microsoft.com/en-us/answers/products (more to be added later on).
    You can ask the experts in the dedicated forum over here:
    https://stackoverflow.com/questions/tagged/devops
    https://developercommunity.visualstudio.com/spaces/21/index.html

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    0 comments No comments