Skip to content

CPP Runner Image, comes in hand when used in CI/CD

License

Notifications You must be signed in to change notification settings

Code-Vedas/cpp-runner-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Runner image for CI/CD

This image is based on the C++ Docker image and adds the following tools:

The image is intended to be used in CI/CD pipelines for C++ projects.

Usage

The image is available on ghcr.io and can be used in GitHub Actions workflows like this:

jobs:
  build:
    runs-on: ubuntu-latest
    container:
      image: ghcr.io/code-vedas/cpp-runner:latest
    steps:

Development

To build the image locally, run the following command:

docker build -t cpp-runner .

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

CPP Runner Image, comes in hand when used in CI/CD

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published