Skip to content

PunchThrough/ses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Segger Embedded Studio Docker Image

Basic image to allos Segger Embedded Studio (SES) builds from Docker.

I am using this for continuous integration (CI) of SES projects.

The SES tools are installed into the image under /ses. For my purposes, I use /ses/bin/emBuild.

Example:

docker run -it josschne/ses /ses/bin/emBuild

Prints help information...

docker run -it josschne/ses /ses/bin/emBuild -v <host source file path>:/src -config 'Release' /src/test-project.emProject

Performs a build...

About

Segger Embedded Studio / Nordic SDK build environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.7%
  • Shell 16.3%