Skip to content

Template for developing vsomeip applications with dev container

Notifications You must be signed in to change notification settings

Lagavulin9/vSomeIP-devcontainer

Repository files navigation

Devcontainer for vSomeIP/CommonAPI

This project aims to provide an environment for developing vsomeip applications. Provided dockerfile will prepare all the dependencies for vsomeip library libraries. Simple Ping-Pong example is also included in the repository. So take a look if you don't know what to do!

How to use

  1. Install VSCode
  2. Install Dev Containers extension.
  3. Open command palette and select Open folder in container
  4. Wait for docker image to be built.
  5. You can now work on container with all the dependencies. Have fun!

Recommended structure

├── conf
│   ├──  *.json
├── include
│   └──  *.hpp
├── src
│   └──  *.cpp
└── CMakeLists.txt

CI-CD

In progress.

See also

vsomeip in 10 minutes
Developing inside a Container
Understanding GitHub Actions

About

Template for developing vsomeip applications with dev container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published