Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
/ ses Public archive
forked from josschne/ses

Segger Embedded Studio / Nordic SDK build environment

Notifications You must be signed in to change notification settings

vicara-hq/ses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.8%
  • Shell 16.2%