Skip to content

Commit

Permalink
Progress on removing verify.py (#364)
Browse files Browse the repository at this point in the history
This removes verify.py. Still to fix are:

1. cpp coverage
2. windows builds
3. PMR builds
  • Loading branch information
thirtytwobits authored Jan 4, 2025
1 parent 295b695 commit 0e53f3e
Show file tree
Hide file tree
Showing 40 changed files with 2,426 additions and 1,864 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 0e53f3e

Please sign in to comment.