Skip to content

Commit

Permalink
Getting rid of verify.py
Browse files Browse the repository at this point in the history
This change goes all-in on Cmake presets.
  • Loading branch information
thirtytwobits committed Jan 1, 2025
1 parent ee89cee commit 9393324
Show file tree
Hide file tree
Showing 20 changed files with 686 additions and 1,158 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "C/C++ verification environment",
"image": "ghcr.io/opencyphal/toolshed:ts22.4.10",
"workspaceFolder": "/workspace",
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspace,type=bind,consistency=delegated",
"workspaceFolder": "/repo",
"workspaceMount": "source=${localWorkspaceFolder},target=/repo,type=bind,consistency=delegated",
"customizations": {
"vscode": {
"extensions": [
Expand Down
File renamed without changes.
Loading

0 comments on commit 9393324

Please sign in to comment.