eclipse-velocitas / vehicle-app-cpp-template

Vehicle App template for C++
Apache License 2.0
7 stars 5 forks source link

Add regular builds to ensure lifecycle and check license #108

Closed erikbosch closed 1 month ago

erikbosch commented 1 month ago

Draft only - I never learn where the source of the files are :-)

We use minor versions of base images, like ghcr.io/eclipse-velocitas/devcontainer-base-images/cpp:v0.3 In patched versions like v0.3.X we may change dependencies and/or workflows, which can cause some checks here to fail. By running regularly we will hopefully catch that before any user experience it.

erikbosch commented 1 month ago

Closing this one for now - will be fixed if/when we update version dependency in velocitas.json after https://github.com/eclipse-velocitas/devenv-github-workflows/pull/62 has been merged