GithubHelp home page GithubHelp logo

ci_embedded's Introduction

TimConnelly

A sample project demonstrating how to build an embedded project with Segger Embedded Studio on CircleCI.

To simplify startup, we use the a Docker image with SES already installed. Apart from a sample situation, we would want to create our own Docker image for control over packages, versioning, security and caching the image.

We only have one workflow which does a checkout of the code, then builds the repo.

command: /ses/bin/emBuild -config "Debug" -project "ci_test" ci_test.emProject

We only build the Debug version in the sample. The Release, or other configurations, could be built by simply changing "Debug" to "Release" in the above command. See the SES Documentation for all command line options.

Next Steps

The next steps we will take after building the repo are:

  1. Cache the output
  2. Run the tests

Other Build Environments

Build environments with more restrictive licenses (IAR, Keil) may be more complicated to setup. A quick search of a their websites shows they support CI, but there's no obvious mention of licensing.

If you're using GCC ARM without an IDE, install your tools in the Docker image change the command: above to your build command.

ci_embedded's People

Contributors

timconnelly avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.