Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add C++ development environment configuration with Docker and scripts #345

Merged
merged 4 commits into from
Nov 27, 2024

Conversation

polRk
Copy link
Member

@polRk polRk commented Nov 21, 2024

This pull request introduces a new development container configuration for a C++ development environment. The changes include setting up a Dockerfile, a configuration script, and a devcontainer.json file to specify the container's settings and dependencies.

Development Environment Setup:

  • .devcontainer/Dockerfile: Created a Dockerfile to set up a development environment with necessary tools and libraries for C++ development, including LLVM, libiconv, base64, brotli, jwt-cpp, and ccache.
  • .devcontainer/configure.sh: Added a script to configure the workspace using CMake with a release preset.
  • .devcontainer/devcontainer.json: Defined the dev container configuration, including the Dockerfile, GitHub CLI feature, VSCode extensions, and post-create commands for setting up the development environment.

@polRk polRk force-pushed the add-devcontainer branch 6 times, most recently from f297d38 to 495388f Compare November 21, 2024 14:22
@polRk polRk merged commit 61ed7e1 into main Nov 27, 2024
6 checks passed
@Gazizonoki Gazizonoki deleted the add-devcontainer branch November 27, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants